Click or drag to resize
SoMarkerSetRemoveMarker Method

Remove 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 RemoveMarker(
	int markerIndex
)

Parameters

markerIndex
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Returns true if the marker was successfully removed, false otherwise.

See Also