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


IConstructPath Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConstructPath Interface
ArcGIS Developer Help

IConstructPath Interface

Provides access to members that construct a path using other geometries and measures.

Product Availability

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

Members

Name Description
Method ConstructRigidStretch Constructs a scaled, rotated version of srcPath. The point at stretchStartIndex will end up at stretchEnd. The points at startAnchor and endAnchor will remain unchanged. Others will be scaled and rotate proportionately.

Classes that implement IConstructPath

Classes Description
Path A sequence of connected segments.
Ring An area bounded by one, closed sequence of connected segments; optionally has measure, height and ID attributes at each vertex.