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


INormalAware.NormalSimple 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.NormalSimple Property
ArcGIS Developer Help

INormalAware.NormalSimple Property

Indicates if all normal values for this geometry are well-defined. Only works if geometry is aware of normals.

[Visual Basic .NET]
Public ReadOnly Property NormalSimple As Boolean
[C#]
public bool NormalSimple {get;}
[C++]
HRESULT get_NormalSimple(
  Boolean* NormalSimple
);
[C++]
Parameters
NormalSimple [out, retval]

NormalSimple is a parameter of type bool*

Product Availability

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

See Also

INormalAware Interface