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.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use GetMappingSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongMappingSize()
<ObsoleteAttribute("Use GetMappingSize() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetLongMappingSize As ULong
public:
[ObsoleteAttribute(L"Use GetMappingSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned long long GetLongMappingSize()
[<ObsoleteAttribute("Use GetMappingSize() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetLongMappingSize : unit -> uint64
Return Value
Type:
UInt64The size of the mapped area.
Remarks
See Also