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