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





Description

Magnetic field stop color

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_ColorRampStop();
public: __property void set_ColorRampStop(
uint ^
);

[Unmanaged C++]
public: HRESULT get_ColorRampStop(
uint ** ppRetVal
);
public: HRESULT put_ColorRampStop(
uint * pNewColorRampStop
);

[Java]
public long getColorRampStop();public void setColorRampStop(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1