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