SoSFArrayGetLongValueSize Method |
Note: This API is now obsolete.
Returns the size in bytes of one data value, e.g.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use GetValueSize() instead.")]
public ulong GetLongValueSize()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use GetValueSize() instead.")>
Public Function GetLongValueSize As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use GetValueSize() instead.")]
unsigned long long GetLongValueSize()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use GetValueSize() instead.")>]
member GetLongValueSize : unit -> uint64
Return Value
Type:
UInt64
Remarksreturns 1 if the data type is UNSIGNED_BYTE.
See Also