STK ObjectsSend 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
);
[Python - STK API ]
@property
def MaxSquaresPerRow(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.