ArcObjects Library Reference (DefenseSolutions)  

IWireframeDisplayProps.DisplayWireframe Property

Determines the state of the wireframe display for an MALayer.

[Visual Basic .NET]
Public Property DisplayWireframe As esriMAWireframeDisplayEnum
[C#]
public esriMAWireframeDisplayEnum DisplayWireframe {get; set;}
[C++]
HRESULT get_DisplayWireframe(
  esriMAWireframeDisplayEnum* eDisplayWireframe
);
[C++]
HRESULT put_DisplayWireframe(
  esriMAWireframeDisplayEnum eDisplayWireframe
);
[C++]

Parameters

eDisplayWireframe [out, retval]

  eDisplayWireframe is a parameter of type esriMAWireframeDisplayEnum

eDisplayWireframe [in]

  eDisplayWireframe is a parameter of type esriMAWireframeDisplayEnum

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IWireframeDisplayProps Interface