AGI STK Objects 11 Send comments on this topic.
ColorRampStart Property (IAgSpEnvMagFieldGfx)
See Also 





Description

Magnetic field start color

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_ColorRampStart();
public: __property void set_ColorRampStart(
uint ^
);

[Unmanaged C++]
public: HRESULT get_ColorRampStart(
uint ** ppRetVal
);
public: HRESULT put_ColorRampStart(
uint * pNewColorRampStart
);

[Java]
public long getColorRampStart();public void setColorRampStart(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1