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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1