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 * pVal
);
public: HRESULT put_WallTranslucency(
    double dVal
);
[Java]
public double getWallTranslucency();
public void setWallTranslucency(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.