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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1