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