Defines a display interval of the vapor trail in the 3D window.
Read-only property
[Visual Basic .NET] |
---|
Public Property DisplayInterval() As IAgCrdnEventIntervalSmartInterval |
[C#] |
---|
public IAgCrdnEventIntervalSmartInterval DisplayInterval {get;} |
[Managed C++] |
---|
public: __property IAgCrdnEventIntervalSmartInterval ^ get_DisplayInterval(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayInterval( IAgCrdnEventIntervalSmartInterval ** ppRetVal ); |
[Java] |
---|
public IAgCrdnEventIntervalSmartInterval getDisplayInterval(); |
[Python - STK API ] |
---|
@property def DisplayInterval(self) -> "IAgCrdnEventIntervalSmartInterval": |