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


ITopologicalSegment.YAtX Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ITopologicalSegment.YAtX Property

The monotonic Y value at a given X.

[Visual Basic .NET]
Public Function get_YAtX ( _
    ByRef p As WKSPoint _
) As Double
[C#]
public double get_YAtX (
    ref WKSPoint p
);
[C++]
HRESULT get_YAtX(
  WKSPoint* p,
  System.Double* Y
);
[C++]

Parameters p [in]
p is a parameter of type WKSPoint* Y [out, retval]
Y is a parameter of type double*

Product Availability

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

See Also

ITopologicalSegment Interface