| SoMarkerSetGetMarker 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)
Syntaxpublic 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: 
SoMarker
RemarksReturns NULL if the marker does not exist. 
See Also