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






Windows & Linux

Description

Set the height of the indvidual color band. Number between 1 and 100.

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(
   int * pRetVal
);
public: HRESULT put_ColorSquareHeight(
   int NewColorSquareHeight
);
[Java]
public ppInteger getColorSquareHeight();
public void setColorSquareHeight(
   ppInteger
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.