SoVRMLPROTOInstanceGetFieldByIndex Method |
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoField GetFieldByIndex(
int index
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetFieldByIndex (
index As Integer
) As SoField
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SoField^ GetFieldByIndex(
int index
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetFieldByIndex :
index : int -> SoField
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SoField
Remarks
See Also