Gets or sets whether the primitive is rendered in wireframe. This is useful for debugging.
Read-write property
[Visual Basic .NET] |
---|
Public Property Wireframe() As Boolean |
[C#] |
---|
public bool Wireframe {get; set;} |
[Managed C++] |
---|
public: __property bool get_Wireframe(); |
[Unmanaged C++] |
---|
public: HRESULT get_Wireframe( VARIANT_BOOL * pRetVal ); public: HRESULT put_Wireframe( VARIANT_BOOL Wireframe ); |
[Java] |
---|
public bool getWireframe(); public void setWireframe( bool ); |