AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.