STK ObjectsSend 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 * pPercTrans
);
public: HRESULT put_PercentTranslucencyInterior(
    double pPercTrans
);
[Java]
public double getPercentTranslucencyInterior();
public void setPercentTranslucencyInterior(
    double
);
[Python - STK API ]
@property
def PercentTranslucencyInterior(self) -> float:

@PercentTranslucencyInterior.setter
def PercentTranslucencyInterior(self, pPercTrans:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.