SoMarkerSetGetMarker Method (Int32, SbVec2s, SbNativeArrayByte, Boolean) |
Retrieve the description of the marker with index markerIndex .
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool GetMarker(
int markerIndex,
out SbVec2s size,
out SbNativeArray<byte> bytes,
out bool isLSBFirst
)
Public Shared Function GetMarker (
markerIndex As Integer,
<OutAttribute> ByRef size As SbVec2s,
<OutAttribute> ByRef bytes As SbNativeArray(Of Byte),
<OutAttribute> ByRef isLSBFirst As Boolean
) As Boolean
public:
static bool GetMarker(
int markerIndex,
[OutAttribute] SbVec2s% size,
[OutAttribute] SbNativeArray<unsigned char>^% bytes,
[OutAttribute] bool% isLSBFirst
)
static member GetMarker :
markerIndex : int *
size : SbVec2s byref *
bytes : SbNativeArray<byte> byref *
isLSBFirst : bool byref -> bool
Parameters
- markerIndex
- Type: SystemInt32
- size
- Type: OIV.InventorSbVec2s
- bytes
- Type: OIV.Inventor.GenericSbNativeArrayByte
- isLSBFirst
- Type: SystemBoolean
Return Value
Type:
BooleanRemarks Returns true if the marker exists, otherwise returns false and the parameters are not modified.
See Also