SoPointDetailGetPoint Method |
Namespace: OIV.Inventor.DetailsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoPointDetail GetPoint(
int i
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetPoint (
i As Integer
) As SoPointDetail
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SoPointDetail^ GetPoint(
int i
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetPoint :
i : int -> SoPointDetail
Parameters
- i
- Type: SystemInt32
Return Value
Type:
SoPointDetailRemarks See Also