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






Windows & Linux

Description

The border wall's translucency percentage, where 100% = invisible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WallTranslucency() As Double
[C#]
public double WallTranslucency {get; set;}
[Managed C++]
public: __property double get_WallTranslucency();
public: __property void set_WallTranslucency(
   double
);
[Unmanaged C++]
public: HRESULT get_WallTranslucency(
   double * pRetVal
);
public: HRESULT put_WallTranslucency(
   double NewWallTranslucency
);
[Java]
public double getWallTranslucency();public void setWallTranslucency(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.