AGI STK Graphics 11 Send comments on this topic.
Wireframe Property (IAgStkGraphicsMarkerBatchPrimitive)
See Also 





Description

Gets or sets whether the primitive is rendered in wireframe. This is useful for debugging.

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 All Rights Reserved.

STK Programming Interface 11.0.1