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






Windows & Linux

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 SwitchingMethod
);
[Java]
public AgEVeSGP4SwitchMethod getSwitchMethod();
public void setSwitchMethod(
    AgEVeSGP4SwitchMethod
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.