STK ObjectsSend comments on this topic.
ColorSquareHeight Property (IAgVmVOLegend)
See Also
Windows





Windows & Linux

Description

Set the height of the individual 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 * pVal
);
public: HRESULT put_ColorSquareHeight(
    int pVal
);
[Java]
public Integer getColorSquareHeight();
public void setColorSquareHeight(
    Integer
);
[Python - STK API ]
@property
def ColorSquareHeight(self) -> int:

@ColorSquareHeight.setter
def ColorSquareHeight(self, pVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.