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





Description

Color square height in pixels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ColorSquareHeight() As Integer

[C#]
public int ColorSquareHeight {get; set;}

[Managed C++]
public: __property int get_ColorSquareHeight();
public: __property void set_ColorSquareHeight(
int
);

[Unmanaged C++]
public: HRESULT get_ColorSquareHeight(
long * pRetVal
);
public: HRESULT put_ColorSquareHeight(
long NewColorSquareHeight
);

[Java]
public int getColorSquareHeight();public void setColorSquareHeight(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1