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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1