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






Windows & Linux

Description

The translucency percent of the filled area, where 100 percent is invisible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PercentTranslucencyInterior() As Double
[C#]
public double PercentTranslucencyInterior {get; set;}
[Managed C++]
public: __property double get_PercentTranslucencyInterior();
public: __property void set_PercentTranslucencyInterior(
   double
);
[Unmanaged C++]
public: HRESULT get_PercentTranslucencyInterior(
   double * pRetVal
);
public: HRESULT put_PercentTranslucencyInterior(
   double NewPercentTranslucencyInterior
);
[Java]
public double getPercentTranslucencyInterior();public void setPercentTranslucencyInterior(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.