Description
This property is deprecated. 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 * pVal
);
public: HRESULT put_ColorRampStart(
uint ColorRampStart
);
|
[Java] |
---|
public long getColorRampStart();
public void setColorRampStart(
long
);
|
[Python - STK API] |
---|
@property
def ColorRampStart(self) -> agi.stk12.utilities.colors.Color:
@ColorRampStart.setter
def ColorRampStart(self, ColorRampStart:agi.stk12.utilities.colors.Color) -> None:
|
See Also