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


IEnumSplitPoint.OldZ Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IEnumSplitPoint.OldZ Property

The original Z value at the current split location before the split happened.

[Visual Basic .NET]
Public ReadOnly Property OldZ As Double
[C#]
public double OldZ {get;}
[C++]
HRESULT get_OldZ(
  double* OldZ
);
[C++]

Parameters OldZ [out, retval] OldZ is a parameter of type double

Product Availability

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

See Also

IEnumSplitPoint Interface