STK ObjectsSend comments on this topic.
ColorRampStartColor Property (IAgSpEnvMagFieldGfx)
See Also
Windows





Windows & Linux

Description

Magnetic field start color

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ColorRampStartColor() As System.Drawing.Color
[C#]
public System.Drawing.Color ColorRampStartColor {get; set;}
[Managed C++]
public: __property uint get_ColorRampStartColor();
public: __property void set_ColorRampStartColor( uint );
[Unmanaged C++]
public: HRESULT get_ColorRampStartColor(
    uint * pVal
);
public: HRESULT put_ColorRampStartColor(
    uint ColorRampStart
);
[Java]
public long getColorRampStartColor();
public void setColorRampStartColor(
    long
);
[Python - STK API ]
@property
def ColorRampStartColor(self) -> agi.stk12.utilities.colors.Color:

@ColorRampStartColor.setter
def ColorRampStartColor(self, ColorRampStart:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.