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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1