STK AviatorSend comments on this topic.
UseStartDuration Property (IAgAvtrProcedureExtEphem)
See Also
Windows





Windows & Linux

Description

Get whether to use Start and Duration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseStartDuration() As Boolean
[C#]
public bool UseStartDuration {get; set;}
[Managed C++]
public: __property bool get_UseStartDuration();
public: __property void set_UseStartDuration( bool );
[Unmanaged C++]
public: HRESULT get_UseStartDuration(
    VARIANT_BOOL * useSD
);
public: HRESULT put_UseStartDuration(
    VARIANT_BOOL useSD
);
[Java]
public bool getUseStartDuration();
public void setUseStartDuration(
    bool
);
[Python - STK API ]
@property
def UseStartDuration(self) -> bool:

@UseStartDuration.setter
def UseStartDuration(self, useSD:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.