STK ObjectsSend comments on this topic.
UseSwapDistances Property (IAgMtoVOSwapDistances)
See Also
Windows





Windows & Linux

Description

Opt whether to set swap distances.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSwapDistances() As Boolean
[C#]
public bool UseSwapDistances {get; set;}
[Managed C++]
public: __property bool get_UseSwapDistances();
public: __property void set_UseSwapDistances( bool );
[Unmanaged C++]
public: HRESULT get_UseSwapDistances(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseSwapDistances(
    VARIANT_BOOL UseSwapDistances
);
[Java]
public bool getUseSwapDistances();
public void setUseSwapDistances(
    bool
);
[Python - STK API ]
@property
def UseSwapDistances(self) -> bool:

@UseSwapDistances.setter
def UseSwapDistances(self, UseSwapDistances:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.