A collection of sampling intervals.
Read-only property
[Visual Basic .NET] |
---|
Public Property Intervals() As IAgCrdnAxesSamplingIntervalCollection |
[C#] |
---|
public IAgCrdnAxesSamplingIntervalCollection Intervals {get;} |
[Managed C++] |
---|
public: __property IAgCrdnAxesSamplingIntervalCollection ^ get_Intervals(); |
[Unmanaged C++] |
---|
public: HRESULT get_Intervals( IAgCrdnAxesSamplingIntervalCollection ** ppRetVal ); |
[Java] |
---|
public IAgCrdnAxesSamplingIntervalCollection getIntervals(); |
[Python - STK API ] |
---|
@property def Intervals(self) -> "IAgCrdnAxesSamplingIntervalCollection": |