AGI STK Objects 11 Send comments on this topic.
Wireframe Property (IAgAntennaVolumeGraphics)
See Also 





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 * pRetVal
);
public: HRESULT put_Wireframe(
VARIANT_BOOL NewWireframe
);

[Java]
public bool getWireframe();public void setWireframe(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1