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

Note: This API is now obsolete.

Retrieve the description of the colored marker with index markerIndex .

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static bool GetMarker(
	int markerIndex,
	out SbVec2s size,
	out SbNativeArray<byte> bytes,
	out SbNativeUInt32Array orderedRGBA,
	out bool isLSBFirst
)

Parameters

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

Return Value

Type: Boolean
Remarks

Returns true if the marker exists, otherwise returns false and the parameters are not modified. If the marker does not have color values, orderedRGBA will point to a single uint32_t containing the value zero.

See Also