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


ITinTriangle.Normal Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinTriangle.Normal Property

The vector normal to the specified triangle.

[Visual Basic .NET]
Public ReadOnly Property Normal As WKSPointZ
[C#]
public WKSPointZ Normal {get;}
[C++]
HRESULT get_Normal(
  WKSPointZ* pNormal
);
[C++]

Parameters pNormal [out, retval]
pNormal is a parameter of type WKSPointZ*

Product Availability

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

See Also

ITinTriangle Interface