Visual Basic (Declaration) | |
---|---|
Public Function AutoComplete( _ ByVal polygons As IList(Of Graphic), _ ByVal polylines As IList(Of Graphic) _ ) As IList(Of Graphic) |
C# | |
---|---|
public IList<Graphic> AutoComplete( IList<Graphic> polygons, IList<Graphic> polylines ) |
Parameters
- polygons
- The collection of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
- polylines
- An collection of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.
Return Value
Returns a graphic collection that contains the newly created polygons based on the sides of existing polygons.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family