Note: This API is now obsolete.
Returns the number of values currently in the field.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [ObsoleteAttribute("Obsolete since OpenInventor 9300. Use Count property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public int GetNum()
<ObsoleteAttribute("Obsolete since OpenInventor 9300. Use Count property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetNum As Integer
public:
[ObsoleteAttribute(L"Obsolete since OpenInventor 9300. Use Count property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
int GetNum()
[<ObsoleteAttribute("Obsolete since OpenInventor 9300. Use Count property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetNum : unit -> int
Return Value
Type:
Int32Remarks See Also