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