Click or drag to resize
SoSFArray2DGetValue Method (SbVec2i32, SoSFArrayDataTypes)

Returns a read-only pointer to the 2D 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 SbVec2i32 size,
	out SoSFArrayDataTypes dataType
)

Parameters

size
Type: OIV.InventorSbVec2i32
dataType
Type: OIV.Inventor.FieldsSoSFArrayDataTypes

Return Value

Type: SbNativeArrayByte
Remarks

See Also