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


INormalAware.NormalAware Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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(
  VARIANT_BOOL* NormalAware
);
[C++]
HRESULT put_NormalAware(
  VARIANT_BOOL NormalAware
);
[C++]

Parameters NormalAware [out, retval] NormalAware is a parameter of type VARIANT_BOOL NormalAware NormalAware is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INormalAware Interface