STK ObjectsSend comments on this topic.
DisplayTimesData Property (IAgDisplayTm)
See Also
Windows





Windows & Linux

Description

Returns the display times data.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.