SoGroupRemoveChild Method (Int32) |
Removes child with given index from group.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void RemoveChild(
int index
)
Public Overridable Sub RemoveChild (
index As Integer
)
public:
virtual void RemoveChild(
int index
)
abstract RemoveChild :
index : int -> unit
override RemoveChild :
index : int -> unit
Parameters
- index
- Type: SystemInt32
Remarks See Also