Note: This API is now obsolete.
Returns length of path chain (number of nodes).
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("Obsolete since OpenInventor 9200. Use Length property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public int GetLength()
<ObsoleteAttribute("Obsolete since OpenInventor 9200. Use Length property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetLength As Integer
public:
[ObsoleteAttribute(L"Obsolete since OpenInventor 9200. Use Length property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
int GetLength()
[<ObsoleteAttribute("Obsolete since OpenInventor 9200. Use Length property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetLength : unit -> int
Return Value
Type:
Int32Remarks See Also