Enables the ability to view the volume as a wireframe.
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 * pVal ); public: HRESULT put_Wireframe( VARIANT_BOOL val ); |
[Java] |
---|
public bool getWireframe(); public void setWireframe( bool ); |