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