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


INormalAware.NormalAware Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IN > INormalAware Interface > INormalAware.NormalAware Property
ArcGIS Developer Help

INormalAware.NormalAware Property

Indicates if this geometry is aware of normals.

[Visual Basic .NET]
Public Property NormalAware As Boolean
[C#]
public bool NormalAware {get; set;}
[C++]
HRESULT get_NormalAware(
  Boolean* NormalAware
);
[C++]
HRESULT put_NormalAware(
  VARIANT_BOOL NormalAware
);
[C++]
Parameters
NormalAware [out, retval]

NormalAware is a parameter of type bool* NormalAware
NormalAware is a parameter of type bool

Product Availability

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

See Also

INormalAware Interface