AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_Transparency(
   double NewTransparency
);
[Java]
public double getTransparency();public void setTransparency(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.