Click or drag to resize
SoGroup Constructor (Int32)

Constructor that takes approximate number of children.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoGroup(
	int nChildren
)

Parameters

nChildren
Type: SystemInt32
Remarks

Space is allocated to contain the specified number of children, but the group does not contain any actual child nodes.

See Also