SoSFArray2DGetValue Method (SbVec2i32, 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 SbVec2i32 size,
out SoSFArrayDataTypes dataType
)
Public Function GetValue (
<OutAttribute> ByRef size As SbVec2i32,
<OutAttribute> ByRef dataType As SoSFArrayDataTypes
) As SbNativeArray(Of Byte)
public:
SbNativeArray<unsigned char>^ GetValue(
[OutAttribute] SbVec2i32% size,
[OutAttribute] SoSFArrayDataTypes% dataType
)
member GetValue :
size : SbVec2i32 byref *
dataType : SoSFArrayDataTypes byref -> SbNativeArray<byte>
Parameters
- size
- Type: OIV.InventorSbVec2i32
- dataType
- Type: OIV.Inventor.FieldsSoSFArrayDataTypes
Return Value
Type:
SbNativeArrayByteRemarks See Also