SoChildList Class |
Namespace: OIV.Inventor
The SoChildList type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoChildList |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Add | (Inherited from SoNodeList.) |
![]() | Clear | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase.) |
![]() | Contains | (Inherited from SoNodeList.) |
![]() | Dispose | |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | (Inherited from SoNodeList.) |
![]() | Insert | (Inherited from SoNodeList.) |
![]() | Remove | (Inherited from SoNodeList.) |
![]() | RemoveAt | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from CollectionBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Traverse(SoAction) |
Traverses all children to apply action. Stops if action's termination condition is reached.
|
![]() | Traverse(SoAction, SoNode) |
Traverses just one node.
|
![]() | Traverse(SoAction, Int32) |
Traverses just one child.
|
![]() | Traverse(SoAction, Int32, Int32) |
Traverses all children between two indices, inclusive. Stops if
action's termination condition is reached.
|
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from CollectionBase.) |
![]() | Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. (Inherited from CollectionBase.) |
![]() | Item | (Inherited from SoNodeList.) |