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





Windows & Linux

Description

Set the number of colors per row or column depending on the selected LevelOrder. Number between 1 and 1000.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxColorSquares() As Integer
[C#]
public int MaxColorSquares {get; set;}
[Managed C++]
public: __property int get_MaxColorSquares();
public: __property void set_MaxColorSquares( int );
[Unmanaged C++]
public: HRESULT get_MaxColorSquares(
    int * pVal
);
public: HRESULT put_MaxColorSquares(
    int pVal
);
[Java]
public Integer getMaxColorSquares();
public void setMaxColorSquares(
    Integer
);
[Python - STK API ]
@property
def MaxColorSquares(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.