STK ObjectsSend comments on this topic.
Transparency Property (IAgVORefCrdnPlane)
See Also
Windows





Windows & Linux

Description

Use the slide control to set the transparency of the plane. Transparency can be adjusted from 0 to 100 percent, where 100 percent is completely invisible. Only available for planes. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Transparency() As Double
[C#]
public double Transparency {get; set;}
[Managed C++]
public: __property double get_Transparency();
public: __property void set_Transparency( double );
[Unmanaged C++]
public: HRESULT get_Transparency(
    double * pVal
);
public: HRESULT put_Transparency(
    double pVal
);
[Java]
public double getTransparency();
public void setTransparency(
    double
);
[Python - STK API ]
@property
def Transparency(self) -> float:

@Transparency.setter
def Transparency(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.