Click or drag to resize
SoMarkerSetAddMarker Method (Int32, SbVec2s, Byte, UInt32, Boolean)
Calls AddMarker(markerIndex, size, bytes, orderedRGBA, isLSBFirst, true).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void AddMarker(
	int markerIndex,
	SbVec2s size,
	byte[] bytes,
	uint[] orderedRGBA,
	bool isLSBFirst
)

Parameters

markerIndex
Type: SystemInt32
size
Type: OIV.InventorSbVec2s
bytes
Type: SystemByte
orderedRGBA
Type: SystemUInt32
isLSBFirst
Type: SystemBoolean
Remarks