STK UtilSend comments on this topic.
DirectionType Property (IAgDirection)
See Also
Windows





Windows & Linux

Description

Returns the type of direction currently being used.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DirectionType() As AgEDirectionType
[C#]
public AgEDirectionType DirectionType {get;}
[Managed C++]
public: __property AgEDirectionType get_DirectionType();
[Unmanaged C++]
public: HRESULT get_DirectionType(
    AgEDirectionType * pType
);
[Java]
public AgEDirectionType getDirectionType();
[Python - STK API ]
@property
def DirectionType(self) -> "AgEDirectionType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.