Click or drag to resize
SoSFArray2D.SetValue Method (SbVec2i32, SoSFArray.DataTypes, SbNativeArray<Byte>, SoSFArray.CopyPolicies)

Fill the 2D array with data of the specified dimensions and type using the specified copy policy.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetValue(
	SbVec2i32 size,
	SoSFArray. DataTypes dataType,
	SbNativeArray<byte> data,
	SoSFArray. CopyPolicies copy
)

Parameters

size
Type: OIV.Inventor.SbVec2i32
dataType
Type: OIV.Inventor.Fields.SoSFArray.DataTypes
data
Type: OIV.Inventor.Generic.SbNativeArray<Byte>
copy
Type: OIV.Inventor.Fields.SoSFArray.CopyPolicies
Remarks

See Also