Click or drag to resize
SoMarkerSetGetMarker Method (Int32)

Retrieve the definition 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 SoMarker GetMarker(
	int markerIndex
)

Parameters

markerIndex
Type: SystemInt32

Return Value

Type: SoMarker
Remarks

Returns NULL if the marker does not exist.

See Also