ArcObjects Library Reference (Geometry)  

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

Parameters

NormalSimple [out, retval]   NormalSimple is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INormalAware Interface