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






Windows & Linux

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 * pVal
);
public: HRESULT put_StopColor(
    uint pVal
);
[Java]
public long getStopColor();
public void setStopColor(
    long
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.