ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalOperator.IntervalQuantity Property

Number of intervals between events.

[Visual Basic .NET]
Public ReadOnly Property IntervalQuantity As Double
[C#]
public double IntervalQuantity {get;}
[C++]
HRESULT get_IntervalQuantity(
  double* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporalOperator Interface