STK ObjectsSend comments on this topic.
InteriorTranslucency Property (IAgVOAzElMask)
See Also
Windows





Windows & Linux

Description

The translucency of the mask, where 1 = completely invisible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InteriorTranslucency() As Double
[C#]
public double InteriorTranslucency {get; set;}
[Managed C++]
public: __property double get_InteriorTranslucency();
public: __property void set_InteriorTranslucency( double );
[Unmanaged C++]
public: HRESULT get_InteriorTranslucency(
    double * pVal
);
public: HRESULT put_InteriorTranslucency(
    double pVal
);
[Java]
public double getInteriorTranslucency();
public void setInteriorTranslucency(
    double
);
[Python - STK API ]
@property
def InteriorTranslucency(self) -> float:

@InteriorTranslucency.setter
def InteriorTranslucency(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.