SoSFArray2DGetValue Method (SbVec2s, SoSFArrayDataTypes) |
Returns a read-only pointer to the 2D array's values and its dimensions and data type.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbNativeArray<byte> GetValue(
out SbVec2s size,
out SoSFArrayDataTypes dataType
)
Public Function GetValue (
<OutAttribute> ByRef size As SbVec2s,
<OutAttribute> ByRef dataType As SoSFArrayDataTypes
) As SbNativeArray(Of Byte)
public:
SbNativeArray<unsigned char>^ GetValue(
[OutAttribute] SbVec2s% size,
[OutAttribute] SoSFArrayDataTypes% dataType
)
member GetValue :
size : SbVec2s byref *
dataType : SoSFArrayDataTypes byref -> SbNativeArray<byte>
Parameters
- size
- Type: OIV.InventorSbVec2s
- dataType
- Type: OIV.Inventor.FieldsSoSFArrayDataTypes
Return Value
Type:
SbNativeArrayByteRemarks See Also