Click or drag to resize
SoIndexedMarkerSet.GetMarker Method (Int32, SbVec2s, SbNativeArray<Byte>, Boolean)

Retrieve the description of the marker with index markerIndex .

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

Parameters

markerIndex
Type: System.Int32
size
Type: OIV.Inventor.SbVec2s
bytes
Type: OIV.Inventor.Generic.SbNativeArray<Byte>
isLSBFirst
Type: System.Boolean

Return Value

Type: Boolean
Remarks

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

See Also