Click or drag to resize
SoSFImageSetValue Method (SbVec2s, Int32, Byte, SoSFImageCopyPolicies)

Same as above.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetValue(
	SbVec2s size,
	int nc,
	byte[] bytes,
	SoSFImageCopyPolicies copy
)

Parameters

size
Type: OIV.InventorSbVec2s
nc
Type: SystemInt32
bytes
Type: SystemByte
copy
Type: OIV.Inventor.FieldsSoSFImageCopyPolicies
Remarks

Convenience method for the unsigned char datatype.

See Also