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 * pRetVal ); public: HRESULT put_UseSwapDistances( VARIANT_BOOL NewUseSwapDistances );
|
| [Java] |
|---|
public bool getUseSwapDistances();public void setUseSwapDistances( bool );
|
See Also