ArcObjects Library Reference (DefenseSolutions)  

IGeoPolygon.EnhancedPolygon Property

Provides the output polygon.

ERROR: Syntax information about IGeoPolygon.EnhancedPolygon may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_EnhancedPolygon(
  IPolygon** ppiEnhancedPolygon
);
[C++]

Parameters

ppiEnhancedPolygon [out, retval]

  ppiEnhancedPolygon is a parameter of type IPolygon

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

The EnhancedPolygon is the output Polygon geometry computed from the GeoPolygon geometry. It is the original input Polygon geometry modified with the GeoPolygon properties, including the use of Geolines for line segments. It is intended for storage of the GeoPolygon geometry in a feature, and can be used in any other operation where a Polygon geometry is relevant.

See Also

IGeoPolygon Interface