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


IGeometryServer2.AutoComplete Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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,
  IPolygonArray** ppCompletedPolygons
);
[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 ppCompletedPolygons [out, retval]
ppCompletedPolygons is a parameter of type IPolygonArray

Product Availability

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

See Also

IGeometryServer2 Interface