AGI STK Objects 11Send 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 AgEFmGfxDirection
);
[Java]
public AgEFmGfxDirection getDirection();
public void setDirection(
    AgEFmGfxDirection
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.