STK ObjectsSend comments on this topic.
SwitchingMethod Property (IAgVeSGP4Segment)
See Also
Windows





Windows & Linux

Description

Method used to switch between element 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 * pVal
);
public: HRESULT put_SwitchingMethod(
    AgEVeSGP4SwitchMethod Method
);
[Java]
public AgEVeSGP4SwitchMethod getSwitchingMethod();
public void setSwitchingMethod(
    AgEVeSGP4SwitchMethod
);
[Python - STK API ]
@property
def SwitchingMethod(self) -> "AgEVeSGP4SwitchMethod":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.