AGI STK Objects 11Send comments on this topic.
PercentTranslucency Property (IAgVORangeContours)
See Also 
Windows






Windows & Linux

Description

The translucency of the contour cone's projection on the surface of the central body, where 100% = invisible. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PercentTranslucency() As Double
[C#]
public double PercentTranslucency {get; set;}
[Managed C++]
public: __property double get_PercentTranslucency();
public: __property void set_PercentTranslucency(
   double
);
[Unmanaged C++]
public: HRESULT get_PercentTranslucency(
   double * pRetVal
);
public: HRESULT put_PercentTranslucency(
   double NewPercentTranslucency
);
[Java]
public double getPercentTranslucency();public void setPercentTranslucency(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.