SoIndexedMarkerSetGetMarker Method (Int32) |
Retrieve the definition of the marker with index markerIndex .
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static SoMarker GetMarker(
int markerIndex
)
Public Shared Function GetMarker (
markerIndex As Integer
) As SoMarker
public:
static SoMarker^ GetMarker(
int markerIndex
)
static member GetMarker :
markerIndex : int -> SoMarker
Parameters
- markerIndex
- Type: SystemInt32
Return Value
Type:
SoMarkerRemarks Returns NULL if the marker does not exist.
See Also