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