Click or drag to resize
SoMarkerSetGetMarker Method (Int32, SbVec2s, SbNativeArrayByte, Boolean)

Retrieve the description of the marker with index markerIndex .

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static bool GetMarker(
	int markerIndex,
	out SbVec2s size,
	out SbNativeArray<byte> bytes,
	out bool isLSBFirst
)

Parameters

markerIndex
Type: SystemInt32
size
Type: OIV.InventorSbVec2s
bytes
Type: OIV.Inventor.GenericSbNativeArrayByte
isLSBFirst
Type: SystemBoolean

Return Value

Type: Boolean
Remarks

Returns true if the marker exists, otherwise returns false and the parameters are not modified.

See Also