ArcObjects Library Reference (Geometry)  

IPolycurve3D Interface

Provides access to members that define operations common to polycurves with Zs.

Product Availability

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

Description

Provides methods allowing one to add vertices where they do not already exist (Densify), remove existing vertices based on the Douglas-Poiker algorithm (Generalize), and remove existing vertices based on a tolerance obtained from the system units of the geometry’s spatial reference or bounding box (Weed). In contrast to IPolycurve, Z values are taken into account when performing Densify, Generalize, and Weed operations.


Members

Description
Method Densify3D Converts this Polycurve into a piecewise linear approximation of itself.
Method Generalize3D Generalizes this polycurve using the Douglas-Poiker algorithm.
Method Weed3D Generalizes using a small tolerance based upon either the system units of the geometry's spatial reference, or the geometry's bounding box.

CoClasses that implement IPolycurve3D

CoClasses and Classes Description
Polygon A collection of rings ordered by their containment relationship; optionally has measure, height and ID attributes.
Polyline An ordered collection of paths; optionally has measure, height and ID attributes.