This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDrawingOutline Interface > IDrawingOutline.Reset Method (ArcObjects .NET 10.4 SDK) |
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