SoBufferObjectSetMappingZoneInformation Method |
Stores information about the mapping in order to know the subset of the data mapped in the buffer.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetMappingZoneInformation(
ulong startPosition,
ulong size
)
Public Sub SetMappingZoneInformation (
startPosition As ULong,
size As ULong
)
public:
void SetMappingZoneInformation(
unsigned long long startPosition,
unsigned long long size
)
member SetMappingZoneInformation :
startPosition : uint64 *
size : uint64 -> unit
Parameters
- startPosition
- Type: SystemUInt64
- size
- Type: SystemUInt64
Remarks
See Also