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






Windows & Linux

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 * pVal
);
public: HRESULT put_ColorRampStop(
    uint ColorRampStop
);
[Java]
public long getColorRampStop();
public void setColorRampStop(
    long
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.