This document is archived and information here might be outdated.  Recommended version.


IFeatureCursorBuffer.Dissolve Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureCursorBuffer.Dissolve Property

Indicates if overlapping buffered features should be dissolved.

[Visual Basic .NET]
Public WriteOnly Property Dissolve
[C#]
public void Dissolve {set;}
[C++]
HRESULT put_Dissolve(
  VARIANT_BOOL 
);
[C++]

Parameters [in] is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFeatureCursorBuffer Interface