ArcObjects Library Reference (DefenseSolutions)  

IGeoPolyline.EnhancedPolyline Property

This is the output polyline.

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

[C++]
HRESULT get_EnhancedPolyline(
  IPolyline** ppiEnhancedPolyline
);
[C++]

Parameters

ppiEnhancedPolyline [out, retval]

  ppiEnhancedPolyline is a parameter of type IPolyline

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

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

See Also

IGeoPolyline Interface