Gets the display intervals property.
Read-only property
[Visual Basic .NET] |
---|
Public Property DisplayIntervals() As IAgIntervalCollection |
[C#] |
---|
public IAgIntervalCollection DisplayIntervals {get;} |
[Managed C++] |
---|
public: __property IAgIntervalCollection ^ get_DisplayIntervals(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayIntervals( IAgIntervalCollection ** ppVal ); |
[Java] |
---|
public IAgIntervalCollection getDisplayIntervals(); |
[Python - STK API ] |
---|
@property def DisplayIntervals(self) -> "IAgIntervalCollection": |