Description
Gets or sets the translucency of the
Projection's far plane.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property FarPlaneTranslucency() As Single
|
[C#] |
---|
public float FarPlaneTranslucency {get; set;}
|
[Managed C++] |
---|
public: __property float get_FarPlaneTranslucency(); public: __property void set_FarPlaneTranslucency(
float
);
|
[Unmanaged C++] |
---|
public: HRESULT get_FarPlaneTranslucency(
float * pRetVal
);
public: HRESULT put_FarPlaneTranslucency(
float FarPlaneTranslucency
);
|
[Java] |
---|
public float getFarPlaneTranslucency();
public void setFarPlaneTranslucency(
float
);
|
[Python - STK API ] |
---|
@property
def FarPlaneTranslucency(self) -> float:
@FarPlaneTranslucency.setter
def FarPlaneTranslucency(self, FarPlaneTranslucency:float) -> None:
|
See Also