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


ITinTriangle.Normal Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinTriangle Interface > ITinTriangle.Normal Property
ArcGIS Developer Help

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