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






Windows & Linux

Description

Method used to switch between TLE sets.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property AgEVeSGP4SwitchMethod get_SwitchingMethod();
public: __property void set_SwitchingMethod(
AgEVeSGP4SwitchMethod
);

[Unmanaged C++]
public: HRESULT get_SwitchingMethod(
AgEVeSGP4SwitchMethod * pRetVal
);
public: HRESULT put_SwitchingMethod(
AgEVeSGP4SwitchMethod NewSwitchingMethod
);

[Java]
public AgEVeSGP4SwitchMethod getSwitchingMethod();public void setSwitchingMethod(
AgEVeSGP4SwitchMethod
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface