| SoEngineListItem Property  | 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoEngine this[
	int index
] { get; set; }Public Default Property Item ( 
	index As Integer
) As SoEngine
	Get
	Set
public:
property SoEngine^ default[int index] {
	SoEngine^ get (int index);
	void set (int index, SoEngine^ value);
}member Item : SoEngine with get, set
Parameters
- index
 - Type: SystemInt32
 
Property Value
Type: 
SoEngine
See Also