STK ObjectsSend comments on this topic.
SwitchMethod Property (IAgVeSGP4AutoUpdateProperties)
See Also
Windows





Windows & Linux

Description

When to switch between element 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
);
[Python - STK API ]
@property
def SwitchMethod(self) -> "AgEVeSGP4SwitchMethod":

@SwitchMethod.setter
def SwitchMethod(self, SwitchingMethod:"AgEVeSGP4SwitchMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.