AGI STK Objects 11 Send comments on this topic.
SwitchMethod Property (IAgVeSGP4AutoUpdateProperties)
See Also 





Description

When to switch between TLE sets.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SwitchMethod() As AgEVeSGP4SwitchMethod

[C#]
public AgEVeSGP4SwitchMethod SwitchMethod {get; set;}

[Managed C++]
public: __property AgEVeSGP4SwitchMethod get_SwitchMethod();
public: __property void set_SwitchMethod(
AgEVeSGP4SwitchMethod
);

[Unmanaged C++]
public: HRESULT get_SwitchMethod(
AgEVeSGP4SwitchMethod * pRetVal
);
public: HRESULT put_SwitchMethod(
AgEVeSGP4SwitchMethod NewSwitchMethod
);

[Java]
public AgEVeSGP4SwitchMethod getSwitchMethod();public void setSwitchMethod(
AgEVeSGP4SwitchMethod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1