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


ISurface.FindNormal Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISurface.FindNormal Method

Restricted.

[Visual Basic .NET]
Public Function FindNormal ( _
    ByVal X As Double, _
    ByVal Y As Double _
) As WKSPointZ
[C#]
public WKSPointZ FindNormal (
    double X,
    double Y
);
[C++]
HRESULT FindNormal(
  double X,
  double Y
);
[C++]

Parameters X [in]
X is a parameter of type double Y [in]
Y is a parameter of type double

Product Availability

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

See Also

ISurface Interface