Click or drag to resize
SoSFArray3DSetValue Method (SbVec3i32, SbDataType, UInt32, SbNativeArray, SoSFArrayCopyPolicies)

Note: This API is now obsolete.

Fill the 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.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetValue(
	SbVec3i32 size,
	SbDataType dataType,
	uint numSigBits,
	SbNativeArray data,
	SoSFArrayCopyPolicies copy
)

Parameters

size
Type: OIV.InventorSbVec3i32
dataType
Type: OIV.InventorSbDataType
numSigBits
Type: SystemUInt32
data
Type: OIV.InventorSbNativeArray
copy
Type: OIV.Inventor.FieldsSoSFArrayCopyPolicies
Remarks

See Also