Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void Insert(
	int index,
	Type value
)
Public Sub Insert ( 
	index As Integer,
	value As Type
)
public:
void Insert(
	int index, 
	Type^ value
)
member Insert : 
        index : int * 
        value : Type -> unit 
Parameters
- index
 - Type: SystemInt32
 - value
 - Type: SystemType
 
See Also