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





Description

Color method for contours (color ramp or explicit).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ColorMethod() As AgEFmGfxColorMethod

[C#]
public AgEFmGfxColorMethod ColorMethod {get; set;}

[Managed C++]
public: __property AgEFmGfxColorMethod get_ColorMethod();
public: __property void set_ColorMethod(
AgEFmGfxColorMethod
);

[Unmanaged C++]
public: HRESULT get_ColorMethod(
AgEFmGfxColorMethod * pRetVal
);
public: HRESULT put_ColorMethod(
AgEFmGfxColorMethod NewColorMethod
);

[Java]
public AgEFmGfxColorMethod getColorMethod();public void setColorMethod(
AgEFmGfxColorMethod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1