STK AviatorSend comments on this topic.
UseMaxPointStopTime Property (IAgAvtrProcedureVGTPoint)
See Also
Windows





Windows & Linux

Description

Opt to limit the duration to the maximum possible time if the duration exceeds the time limit.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMaxPointStopTime() As Boolean
[C#]
public bool UseMaxPointStopTime {get; set;}
[Managed C++]
public: __property bool get_UseMaxPointStopTime();
public: __property void set_UseMaxPointStopTime( bool );
[Unmanaged C++]
public: HRESULT get_UseMaxPointStopTime(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseMaxPointStopTime(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseMaxPointStopTime();
public void setUseMaxPointStopTime(
    bool
);
[Python - STK API ]
@property
def UseMaxPointStopTime(self) -> bool:

@UseMaxPointStopTime.setter
def UseMaxPointStopTime(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.