Click or drag to resize
SoSFArray2DSetValue Method (SbVec2s, SoSFArrayDataTypes, SbNativeArray, SoSFArrayCopyPolicies)

Note: This API is now obsolete.

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
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetValue(
	SbVec2s size,
	SoSFArrayDataTypes dataType,
	SbNativeArray data,
	SoSFArrayCopyPolicies copy
)

Parameters

size
Type: OIV.InventorSbVec2s
dataType
Type: OIV.Inventor.FieldsSoSFArrayDataTypes
data
Type: OIV.InventorSbNativeArray
copy
Type: OIV.Inventor.FieldsSoSFArrayCopyPolicies
Remarks

See Also