AGI STK Objects 11 Send comments on this topic.
Direction Property (IAgFmGfxRangeColorOptions)
See Also 





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 * pRetVal
);
public: HRESULT put_Direction(
AgEFmGfxDirection NewDirection
);

[Java]
public AgEFmGfxDirection getDirection();public void setDirection(
AgEFmGfxDirection
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1