AGI STK Objects 11 Send comments on this topic.
ColorSquareWidth Property (IAgVmVOLegend)
See Also 





Description

Set the width of the indvidual color band. Number between 1 and 100.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ColorSquareWidth() As Integer

[C#]
public int ColorSquareWidth {get; set;}

[Managed C++]
public: __property int get_ColorSquareWidth();
public: __property void set_ColorSquareWidth(
int
);

[Unmanaged C++]
public: HRESULT get_ColorSquareWidth(
int * pRetVal
);
public: HRESULT put_ColorSquareWidth(
int NewColorSquareWidth
);

[Java]
public ppInteger getColorSquareWidth();public void setColorSquareWidth(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1