STK ObjectsSend comments on this topic.
DisplayInterval Property (IAgVOVaporTrail)
See Also
Windows





Windows & Linux

Description

Defines a display interval of the vapor trail in the 3D window.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.