Get look ahead/look behind duration values.
Read-only property
[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": |