Click or drag to resize
SoMFTime.GetValues Method

Returns a pointer into the array of values in the field, starting at index start.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public virtual SbNativeArray<SbTime> GetValues(
	int start
)

Parameters

start
Type: System.Int32

Return Value

Type: SbNativeArray<SbTime>

Implements

ISoMField<ValueType>.GetValues(Int32)
Remarks

The values are read-only. See the OIV.Inventor.Fields.SoMFTime.StartEditing()/finishEditing() methods for a way of modifying values in place.

See Also