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


IFeatureConstruction.SplitPolygonsWithLines Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureConstruction Interface > IFeatureConstruction.SplitPolygonsWithLines Method
ArcGIS Developer Help

IFeatureConstruction.SplitPolygonsWithLines Method

Splits polygons in the specified feature class, using the polyline selection as the feature source.

[Visual Basic .NET]
Public Sub SplitPolygonsWithLines ( _
    ByVal cancel As ICancelOperation, _
    ByVal FeatureClass As IFeatureClass, _
    ByVal processingBounds As IEnvelope, _
    ByVal lineSrc As IEnumFeature, _
    ByVal InvalidArea As IInvalidArea, _
    ByVal ClusterTolerance As Double _
)
[C#]
public void SplitPolygonsWithLines (
    ICancelOperation cancel,
    IFeatureClass FeatureClass,
    IEnvelope processingBounds,
    IEnumFeature lineSrc,
    IInvalidArea InvalidArea,
    double ClusterTolerance
);
[C++]
HRESULT SplitPolygonsWithLines(
  ICancelOperation* cancel,
  IFeatureClass* FeatureClass,
  IEnvelope* processingBounds,
  IEnumFeature* lineSrc,
  IInvalidArea* InvalidArea,
  double ClusterTolerance
);
[C++]
Parameters
cancel 

cancel is a parameter of type ICancelOperation* FeatureClass
FeatureClass is a parameter of type IFeatureClass* processingBounds
processingBounds is a parameter of type IEnvelope* lineSrc
lineSrc is a parameter of type IEnumFeature* InvalidArea
InvalidArea is a parameter of type IInvalidArea* ClusterTolerance
ClusterTolerance is a parameter of type double

Product Availability

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

See Also

IFeatureConstruction Interface