Click or drag to resize
SoSFArray2D.GetValue Method (SbVec2s, SoSFArray.DataTypes)

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: 9.9.13.0 (9.9.13.0)
Syntax
public SbNativeArray<byte> GetValue(
	out SbVec2s size,
	out SoSFArray. DataTypes dataType
)

Parameters

size
Type: OIV.Inventor.SbVec2s
dataType
Type: OIV.Inventor.Fields.SoSFArray.DataTypes

Return Value

Type: SbNativeArray<Byte>
Remarks

See Also