ArcObjects Library Reference (Display)  

IDrawingOutline.Reset Method

Resets the outline part enumeration.

[Visual Basic .NET]
Public Sub Reset ( _
    ByVal Geometry As IGeometry, _
    ByVal Type As esriOutlineType, _
    ByVal option As esriOutlineOption, _
    ByVal buffer As Double, _
    ByVal ClipEnvelope As IEnvelope _
)
[C#]
public void Reset (
    IGeometry Geometry,
    esriOutlineType Type,
    esriOutlineOption option,
    double buffer,
    IEnvelope ClipEnvelope
);
[C++]
HRESULT Reset(
  IGeometry* Geometry,
  esriOutlineType Type,
  esriOutlineOption option,
  double buffer,
  IEnvelope* ClipEnvelope
);
[C++]

Parameters

Geometry [in]

  Geometry is a parameter of type IGeometry

Type [in]

  Type is a parameter of type esriOutlineType

option [in]

  option is a parameter of type esriOutlineOption

buffer [in]   buffer is a parameter of type double ClipEnvelope [in]

  ClipEnvelope is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDrawingOutline Interface