SoMFColorRGBAGetValues Method |
Returns a pointer into the array of values in the field, starting at index start.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public virtual SbNativeArray<SbColorRGBA> GetValues(
int start
)
Public Overridable Function GetValues (
start As Integer
) As SbNativeArray(Of SbColorRGBA)
public:
virtual SbNativeArray<SbColorRGBA>^ GetValues(
int start
)
abstract GetValues :
start : int -> SbNativeArray<SbColorRGBA>
override GetValues :
start : int -> SbNativeArray<SbColorRGBA>
Parameters
- start
- Type: SystemInt32
Return Value
Type:
SbNativeArraySbColorRGBAImplements
ISoMFieldValueTypeGetValues(Int32)Remarks See Also