Resets the outline part enumeration.
[Visual Basic 6.0] Sub Reset(
ByVal Geometry As IGeometry, _
ByVal Type As esriOutlineType, _
ByVal option As esriOutlineOption, _
ByVal buffer As Double, _
ByVal ClipEnvelope As IEnvelope _
)
[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 );
[Java] public void reset ( IGeometry Geometry, esriOutlineType Type, esriOutlineOption option, double buffer, IEnvelope ClipEnvelope ) throws IOException, AutomationException
[C++] HRESULT Reset( IGeometry* Geometry, esriOutlineType Type, esriOutlineOption option, double buffer, IEnvelope* ClipEnvelope );
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