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


IGeometryServer2.AutoComplete Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryServer2 Interface > IGeometryServer2.AutoComplete Method
ArcGIS Developer Help

IGeometryServer2.AutoComplete Method

Discovers polygons bounded by existing polygons and input linework.

[Visual Basic .NET]
Public Function AutoComplete ( _
    ByVal pSR As ISpatialReference, _
    ByVal pInPolygons As IPolygonArray, _
    ByVal pCompletionLines As IPolylineArray _
) As IPolygonArray
[C#]
public IPolygonArray AutoComplete (
    ISpatialReference pSR,
    IPolygonArray pInPolygons,
    IPolylineArray pCompletionLines
);
[C++]
HRESULT AutoComplete(
  ISpatialReference* pSR,
  IPolygonArray* pInPolygons,
  IPolylineArray* pCompletionLines
);
[C++]
Parameters
pSR 

pSR is a parameter of type ISpatialReference* pInPolygons
pInPolygons is a parameter of type IPolygonArray* pCompletionLines
pCompletionLines is a parameter of type IPolylineArray*

Product Availability

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

See Also

IGeometryServer2 Interface