Gets or sets the translucency of the contour cone's projection on the surface of the central body, where 100% = invisible. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property PercentTranslucency() As Double |
[C#] |
---|
public double PercentTranslucency {get; set;} |
[Managed C++] |
---|
public: __property double get_PercentTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_PercentTranslucency( double * pVal ); public: HRESULT put_PercentTranslucency( double PercentTranslucency ); |
[Java] |
---|
public double getPercentTranslucency(); public void setPercentTranslucency( double ); |