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();
|
See Also