STK ObjectsSend comments on this topic.
Duration Property (IAgVePropagatorRealtime)
See Also
Windows





Windows & Linux

Description

Get look ahead/look behind duration values

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Duration() As IAgVeDuration
[C#]
public IAgVeDuration Duration {get;}
[Managed C++]
public: __property IAgVeDuration ^ get_Duration();
[Unmanaged C++]
public: HRESULT get_Duration(
    IAgVeDuration ** ppRetVal
);
[Java]
public IAgVeDuration getDuration();
[Python - STK API ]
@property
def Duration(self) -> "IAgVeDuration":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.