Set this to true if the satellite should match the phase of the orbit at the target.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableTargetMatchPhase() As Boolean |
[C#] |
---|
public bool EnableTargetMatchPhase {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableTargetMatchPhase(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableTargetMatchPhase( VARIANT_BOOL * pVal ); public: HRESULT put_EnableTargetMatchPhase( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getEnableTargetMatchPhase(); public void setEnableTargetMatchPhase( bool ); |