This document is archived and information here might be outdated. Recommended version. |
Adds polygons to the specified feature class by combining existing polygons with the specified line source.
[Visual Basic .NET] Public Sub AutoCompleteFromGeometries ( _ ByVal FeatureClass As IFeatureClass, _ ByVal processingBounds As IEnvelope, _ ByVal lineSrc As IEnumGeometry, _ ByVal InvalidArea As IInvalidArea, _ ByVal ClusterTolerance As Double, _ ByVal selectionWorkspace As IWorkspace, _ ByRef SelectionSet As ISelectionSet _ )
[C#] public void AutoCompleteFromGeometries ( IFeatureClass FeatureClass, IEnvelope processingBounds, IEnumGeometry lineSrc, IInvalidArea InvalidArea, double ClusterTolerance, IWorkspace selectionWorkspace, ref ISelectionSet SelectionSet );
[C++]
HRESULT AutoCompleteFromGeometries(
IFeatureClass* FeatureClass,
IEnvelope* processingBounds,
IEnumGeometry* lineSrc,
IInvalidArea* InvalidArea,
double ClusterTolerance,
IWorkspace* selectionWorkspace,
ISelectionSet** SelectionSet
);
[C++] Parameters FeatureClass
FeatureClass is a parameter of type IFeatureClass* processingBounds
processingBounds is a parameter of type IEnvelope* lineSrc
lineSrc is a parameter of type IEnumGeometry* InvalidArea
InvalidArea is a parameter of type IInvalidArea* ClusterTolerance
ClusterTolerance is a parameter of type double selectionWorkspace
selectionWorkspace is a parameter of type IWorkspace* SelectionSet [out]
SelectionSet is a parameter of type ISelectionSet**
This method is similar to AutoCompleteFromFeatures, but uses a geometry enumerator for defining input features instead of a map selection or a FeatureCursor.