Description
Gets or sets the color of the projection's far plane.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property FarPlaneColor() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color FarPlaneColor {get; set;}
|
[Managed C++] |
---|
public: __property uint get_FarPlaneColor(); public: __property void set_FarPlaneColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_FarPlaneColor(
uint * pRetVal
);
public: HRESULT put_FarPlaneColor(
uint FarPlaneColor
);
|
[Java] |
---|
public long getFarPlaneColor();
public void setFarPlaneColor(
long
);
|
[Python - STK API] |
---|
@property
def FarPlaneColor(self) -> agi.stk12.utilities.colors.Color:
@FarPlaneColor.setter
def FarPlaneColor(self, FarPlaneColor:agi.stk12.utilities.colors.Color) -> None:
|
See Also