SoMFColorGetValues 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: 10.12.3.0 (10.12.3.0)
Syntax public virtual SbNativeArray<SbColor> GetValues(
int start
)
Public Overridable Function GetValues (
start As Integer
) As SbNativeArray(Of SbColor)
public:
virtual SbNativeArray<SbColor>^ GetValues(
int start
)
abstract GetValues :
start : int -> SbNativeArray<SbColor>
override GetValues :
start : int -> SbNativeArray<SbColor>
Parameters
- start
- Type: SystemInt32
Return Value
Type:
SbNativeArraySbColorImplements
ISoMFieldValueTypeGetValues(Int32)Remarks See Also