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






Windows & Linux

Description

Maximum number of color squares per column.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxSquaresPerColumn() As Integer
[C#]
public int MaxSquaresPerColumn {get; set;}
[Managed C++]
public: __property int get_MaxSquaresPerColumn();
public: __property void set_MaxSquaresPerColumn(
   int
);
[Unmanaged C++]
public: HRESULT get_MaxSquaresPerColumn(
   long * pRetVal
);
public: HRESULT put_MaxSquaresPerColumn(
   long NewMaxSquaresPerColumn
);
[Java]
public int getMaxSquaresPerColumn();public void setMaxSquaresPerColumn(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.