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


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

ITinTriangle.UnitNormal Property

The vector normal to the specified triangle, adjusted to a magnitude of one.

[Visual Basic .NET]
Public ReadOnly Property UnitNormal As WKSPointZ
[C#]
public WKSPointZ UnitNormal {get;}
[C++]
HRESULT get_UnitNormal(
  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