STK ObjectsSend comments on this topic.
Direction Property (IAgFmGfxRangeColorOptions)
See Also
Windows





Windows & Linux

Description

Direction and level order for layout of color squares.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Direction() As AgEFmGfxDirection
[C#]
public AgEFmGfxDirection Direction {get; set;}
[Managed C++]
public: __property AgEFmGfxDirection get_Direction();
public: __property void set_Direction( AgEFmGfxDirection );
[Unmanaged C++]
public: HRESULT get_Direction(
    AgEFmGfxDirection * pVal
);
public: HRESULT put_Direction(
    AgEFmGfxDirection Direction
);
[Java]
public AgEFmGfxDirection getDirection();
public void setDirection(
    AgEFmGfxDirection
);
[Python - STK API ]
@property
def Direction(self) -> "AgEFmGfxDirection":

@Direction.setter
def Direction(self, Direction:"AgEFmGfxDirection") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.