SoMFEnumEnumTypeGetLongValueSize Method |
Note: This API is now obsolete.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 8500. Use GetValueSize() instead.")]
public ulong GetLongValueSize()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 8500. Use GetValueSize() instead.")>
Public Function GetLongValueSize As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 8500. Use GetValueSize() instead.")]
unsigned long long GetLongValueSize()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 8500. Use GetValueSize() instead.")>]
member GetLongValueSize : unit -> uint64
Return Value
Type:
UInt64Remarks See Also