STK AstrogatorSend comments on this topic.
EnableTargetMatchPhase Property (IAgVAProfileLambertSearchProfile)
See Also
Windows





Windows & Linux

Description

Set this to true if the satellite should match the phase of the orbit at the target.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableTargetMatchPhase() As Boolean
[C#]
public bool EnableTargetMatchPhase {get; set;}
[Managed C++]
public: __property bool get_EnableTargetMatchPhase();
public: __property void set_EnableTargetMatchPhase( bool );
[Unmanaged C++]
public: HRESULT get_EnableTargetMatchPhase(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableTargetMatchPhase(
    VARIANT_BOOL newVal
);
[Java]
public bool getEnableTargetMatchPhase();
public void setEnableTargetMatchPhase(
    bool
);
[Python - STK API ]
@property
def EnableTargetMatchPhase(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.