AGI STK Objects 11 Send comments on this topic.
InteriorTranslucency Property (IAgVOAzElMask)
See Also 





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 * pRetVal
);
public: HRESULT put_InteriorTranslucency(
double NewInteriorTranslucency
);

[Java]
public double getInteriorTranslucency();public void setInteriorTranslucency(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1