SoMFColorSet1Value Method (Int32, Single) |
Sets one of N RGB colors from an array of 3 floats.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void Set1Value(
int index,
float[] rgb
)
Public Sub Set1Value (
index As Integer,
rgb As Single()
)
public:
void Set1Value(
int index,
array<float>^ rgb
)
member Set1Value :
index : int *
rgb : float32[] -> unit
Parameters
- index
- Type: SystemInt32
- rgb
- Type: SystemSingle
Remarks The array will be expanded and filled with zeros as necessary.
See Also