Click or drag to resize
SoSFArrayGetValue Method (SbVec3i32, SbDataType)

Returns a read-only pointer to the array's values and its dimensions and data type.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbNativeArray<byte> GetValue(
	out SbVec3i32 size,
	out SbDataType dataType
)

Parameters

size
Type: OIV.InventorSbVec3i32
dataType
Type: OIV.InventorSbDataType

Return Value

Type: SbNativeArrayByte
Remarks

See Also