Returns the display times data.
Read-only property
[Visual Basic .NET] |
---|
Public Property DisplayTimesData() As IAgDisplayTimesData |
[C#] |
---|
public IAgDisplayTimesData DisplayTimesData {get;} |
[Managed C++] |
---|
public: __property IAgDisplayTimesData ^ get_DisplayTimesData(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayTimesData( IAgDisplayTimesData ** ppVal ); |
[Java] |
---|
public IAgDisplayTimesData getDisplayTimesData(); |
[Python - STK API ] |
---|
@property def DisplayTimesData(self) -> "IAgDisplayTimesData": |