SoSFImage3.SetSubValue Method (SbVec3i32, SbVec3i32,Int16[]) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public void SetSubValue(
SbVec3i32 subSize,
SbVec3i32 offset,
short[] data
)
Public Sub SetSubValue (
subSize As SbVec3i32,
offset As SbVec3i32,
data As Short()
)
public:
void SetSubValue(
SbVec3i32 subSize,
SbVec3i32 offset,
array<short>^ data
)
member SetSubValue :
subSize : SbVec3i32 *
offset : SbVec3i32 *
data : int16[] -> unit
Parameters
- subSize
- Type: OIV.Inventor.SbVec3i32
- offset
- Type: OIV.Inventor.SbVec3i32
- data
- Type:System.Int16[]
See Also