STK ObjectsSend comments on this topic.
Wireframe Property (IAgRadarCrossSectionVolumeGraphics)
See Also
Windows





Windows & Linux

Description

Enables the ability to view the volume as a wireframe.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Wireframe() As Boolean
[C#]
public bool Wireframe {get; set;}
[Managed C++]
public: __property bool get_Wireframe();
public: __property void set_Wireframe( bool );
[Unmanaged C++]
public: HRESULT get_Wireframe(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Wireframe(
    VARIANT_BOOL val
);
[Java]
public bool getWireframe();
public void setWireframe(
    bool
);
[Python - STK API ]
@property
def Wireframe(self) -> bool:

@Wireframe.setter
def Wireframe(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.