STK ObjectsSend 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 * pVal
);
public: HRESULT put_TransparentPlaneVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getTransparentPlaneVisible();
public void setTransparentPlaneVisible(
    bool
);
[Python - STK API ]
@property
def TransparentPlaneVisible(self) -> bool:

@TransparentPlaneVisible.setter
def TransparentPlaneVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.