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






Windows & Linux

Description

Maximum number of color squares per row.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxSquaresPerRow() As Integer
[C#]
public int MaxSquaresPerRow {get; set;}
[Managed C++]
public: __property int get_MaxSquaresPerRow();
public: __property void set_MaxSquaresPerRow( int );
[Unmanaged C++]
public: HRESULT get_MaxSquaresPerRow(
    long * pVal
);
public: HRESULT put_MaxSquaresPerRow(
    long MaxSquaresPerRow
);
[Java]
public int getMaxSquaresPerRow();
public void setMaxSquaresPerRow(
    int
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.