SoBufferObjectGetLongMappingSize Method |
Note: This API is now obsolete.
Returns the size of the mapped area in bytes.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use GetMappingSize() instead.")]
public ulong GetLongMappingSize()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use GetMappingSize() instead.")>
Public Function GetLongMappingSize As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use GetMappingSize() instead.")]
unsigned long long GetLongMappingSize()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use GetMappingSize() instead.")>]
member GetLongMappingSize : unit -> uint64
Return Value
Type:
UInt64The size of the mapped area.
Remarks
See Also