A collection of sampling intervals.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Intervals() As IAgCrdnPointSamplingIntervalCollection
|
| [C#] |
|---|
public IAgCrdnPointSamplingIntervalCollection Intervals {get;}
|
| [Managed C++] |
|---|
public: __property IAgCrdnPointSamplingIntervalCollection^ get_Intervals();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Intervals(
|
| [Java] |
|---|
public IAgCrdnPointSamplingIntervalCollection getIntervals();
|