STK ObjectsSend comments on this topic.
SwitchMethod Property (IAgVeGPSAutoUpdateProperties)
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 AgEVeGPSSwitchMethod
[C#]
public AgEVeGPSSwitchMethod SwitchMethod {get; set;}
[Managed C++]
public: __property AgEVeGPSSwitchMethod get_SwitchMethod();
public: __property void set_SwitchMethod( AgEVeGPSSwitchMethod );
[Unmanaged C++]
public: HRESULT get_SwitchMethod(
    AgEVeGPSSwitchMethod * pRetVal
);
public: HRESULT put_SwitchMethod(
    AgEVeGPSSwitchMethod SwitchingMethod
);
[Java]
public AgEVeGPSSwitchMethod getSwitchMethod();
public void setSwitchMethod(
    AgEVeGPSSwitchMethod
);
[Python - STK API ]
@property
def SwitchMethod(self) -> "AgEVeGPSSwitchMethod":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.