SoRenderList Constructor (Int32) |
Constructor that takes approximate number of children as a hint.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoRenderList(
int numChildren
)
Public Sub New (
numChildren As Integer
)
public:
SoRenderList(
int numChildren
)
new :
numChildren : int -> SoRenderList
Parameters
- numChildren
- Type: SystemInt32
Remarks
See Also