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


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

ISegmentZ2 Interface

Provides access to members that allow manipulations of segments with Zs.

Product Availability

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

Description

This interface is new at ArcGIS 9.3. It supersedes ISegmentZ2.

Members

Name Description
Method Densify3D Densify segment into the specified number of smaller segments. This method is intended for internal use only.
Method GetZs Get the Zs on the segment's endpoints.
Method MaxDistanceFromLine3D Returns the maximum distance from the line.
Method SetZs Set the Zs on the segment's endpoints.

Inherited Interfaces

Interfaces Description
ISegmentZ Provides access to members that allow simple manipulations of Zs at the segment level.

Classes that implement ISegmentZ2

Classes Description

Remarks

This interface is for internal use only.