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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1