SoMarkerSetAddMarker Method (Int32, SbVec2s, Byte, UInt32, Boolean) |
Calls AddMarker(markerIndex, size, bytes, orderedRGBA, isLSBFirst, true).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void AddMarker(
int markerIndex,
SbVec2s size,
byte[] bytes,
uint[] orderedRGBA,
bool isLSBFirst
)
Public Shared Sub AddMarker (
markerIndex As Integer,
size As SbVec2s,
bytes As Byte(),
orderedRGBA As UInteger(),
isLSBFirst As Boolean
)
public:
static void AddMarker(
int markerIndex,
SbVec2s size,
array<unsigned char>^ bytes,
array<unsigned int>^ orderedRGBA,
bool isLSBFirst
)
static member AddMarker :
markerIndex : int *
size : SbVec2s *
bytes : byte[] *
orderedRGBA : uint32[] *
isLSBFirst : bool -> unit
Parameters
- markerIndex
- Type: SystemInt32
- size
- Type: OIV.InventorSbVec2s
- bytes
- Type: SystemByte
- orderedRGBA
- Type: SystemUInt32
- isLSBFirst
- Type: SystemBoolean
Remarks See Also