This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISurface Interface > ISurface.QueryNormal Method (ArcObjects .NET 10.4 SDK) |
Returns the vector normal to the specified triangle.
[Visual Basic .NET] Public Sub QueryNormal ( _ ByVal pLocation As IPoint, _ ByVal pNormal As IVector3D _ )
[C#] public void QueryNormal ( IPoint pLocation, IVector3D pNormal );
[C++]
HRESULT QueryNormal(
IPoint* pLocation,
IVector3D* pNormal
);
[C++]
Parameters pLocation [in]
pLocation is a parameter of type IPoint pNormal
pNormal is a parameter of type IVector3D