AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_MaxColorSquares(
int NewMaxColorSquares
);

[Java]
public ppInteger getMaxColorSquares();public void setMaxColorSquares(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface