MajorObjectCollection.Insert Method
Include Protected Members
Include Inherited Members
Inserts a ModelComponent in the MajorObjectCollection.
Overload List
Name | Description | |
---|---|---|
Insert(Int32, ModelComponent) | Inserts a ModelComponent in the MajorObjectCollection at the specified index. (Overrides NamedComponentCollection.Insert(Int32, ModelComponent).) | |
Insert(IModelComponent, String, Int32) | (Inherited from ModelComponentCollection.) | |
Insert(IModelComponent, String, Int32, Boolean) | (Inherited from ModelComponentCollection.) |
Top