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






Windows & Linux

Description

Display the border wall at the specified translucency percentage.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseWallTranslucency() As Boolean

[C#]
public bool UseWallTranslucency {get; set;}

[Managed C++]
public: __property bool get_UseWallTranslucency();
public: __property void set_UseWallTranslucency(
bool
);

[Unmanaged C++]
public: HRESULT get_UseWallTranslucency(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseWallTranslucency(
VARIANT_BOOL NewUseWallTranslucency
);

[Java]
public bool getUseWallTranslucency();public void setUseWallTranslucency(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface