STK ObjectsSend comments on this topic.
UseDefaultDirection Property (IAgDirectionProviderObject)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_UseDefaultDirection(
    VARIANT_BOOL val
);
[Java]
public bool getUseDefaultDirection();
public void setUseDefaultDirection(
    bool
);
[Python - STK API ]
@property
def UseDefaultDirection(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.