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





Description

The color ramp start color.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_StartColor();
public: __property void set_StartColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_StartColor(
uint ** ppRetVal
);
public: HRESULT put_StartColor(
uint * pNewStartColor
);

[Java]
public long getStartColor();public void setStartColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1