AGI STK Objects 11 Send comments on this topic.
StopColor Property (IAgAntennaContour)
See Also 





Description

The color ramp stop color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopColor() As System.Drawing.Color

[C#]
public System.Drawing.Color StopColor {get; set;}

[Managed C++]
public: __property uint^ get_StopColor();
public: __property void set_StopColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_StopColor(
uint ** ppRetVal
);
public: HRESULT put_StopColor(
uint * pNewStopColor
);

[Java]
public long getStopColor();public void setStopColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1