SoEngineListItem Property |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public 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:
SoEngineSee Also