STK ObjectsSend 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 * pVal
);
public: HRESULT put_MaxSquaresPerColumn(
    long MaxSquaresPerColumn
);
[Java]
public int getMaxSquaresPerColumn();
public void setMaxSquaresPerColumn(
    int
);
[Python - STK API ]
@property
def MaxSquaresPerColumn(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.