Click or drag to resize
SoChildList Class
Specific node list. Usefull when overriding SoGroup node.
Inheritance Hierarchy

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public class SoChildList : SoNodeList, 
	IDisposable

The SoChildList type exposes the following members.

Constructors
  NameDescription
Public methodSoChildList
Constructor.
Top
Methods
  NameDescription
Public methodAdd (Inherited from SoNodeList.)
Public methodClear
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.)
Public methodContains (Inherited from SoNodeList.)
Public methodDispose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from SoNodeList.)
Public methodInsert (Inherited from SoNodeList.)
Public methodRemove (Inherited from SoNodeList.)
Public methodRemoveAt
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTraverse(SoAction)
Traverses all children to apply action. Stops if action's termination condition is reached.
Public methodTraverse(SoAction, SoNode)
Traverses just one node.
Public methodTraverse(SoAction, Int32)
Traverses just one child.
Public methodTraverse(SoAction, Int32, Int32)
Traverses all children between two indices, inclusive. Stops if action's termination condition is reached.
Top
Properties
  NameDescription
Public propertyCapacity
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.)
Public propertyCount
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.)
Public propertyItem (Inherited from SoNodeList.)
Top
See Also