Description
Gets or set the option to use default direction when there are zero objects in the field of view.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseDefaultDirection() As Boolean
|
[C#] |
---|
public bool UseDefaultDirection {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseDefaultDirection(); public: __property void set_UseDefaultDirection( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_UseDefaultDirection( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseDefaultDirection( VARIANT_BOOL NewUseDefaultDirection );
|
[Java] |
---|
public bool getUseDefaultDirection();public void setUseDefaultDirection( bool );
|
See Also