STK ObjectsSend 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
);
[Python - STK API ]
@property
def WallTranslucency(self) -> float:

@WallTranslucency.setter
def WallTranslucency(self, dVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.