Visual Basic (Declaration) | |
---|---|
Public Function Generalize( _ ByVal graphics As IList(Of Graphic), _ ByVal parameters As GeneralizeParameters _ ) As IList(Of Graphic) |
C# | |
---|---|
public IList<Graphic> Generalize( IList<Graphic> graphics, GeneralizeParameters parameters ) |
Parameters
- graphics
- The collection of polylines and polygons to be generalized.
- parameters
- Parameters contains additional properties that defines how the generalize task will be preformed.
Return Value
Returns a collection of graphics after they have been generalized.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family