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






Windows & Linux

Description

If enabled, the plane is see-through; otherwise it is opaque. Only available for planes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TransparentPlaneVisible() As Boolean
[C#]
public bool TransparentPlaneVisible {get; set;}
[Managed C++]
public: __property bool get_TransparentPlaneVisible();
public: __property void set_TransparentPlaneVisible(
   bool
);
[Unmanaged C++]
public: HRESULT get_TransparentPlaneVisible(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_TransparentPlaneVisible(
   VARIANT_BOOL NewTransparentPlaneVisible
);
[Java]
public bool getTransparentPlaneVisible();public void setTransparentPlaneVisible(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.