RVTDocs.com

SpatialFieldManager.CurrentMeasurement

Property
Description:
Stores the currently displayed measurement
Remarks:
Must be in the range from 0 to (numberOfMeasurements - 1)
Syntax
public int CurrentMeasurement { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: measurement is not in the range from 0 to (number of measurements - 1)