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


INormalAware.DropNormals Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

INormalAware.DropNormals Method

Unsets all normal values without changing awareness. Only works if geometry is aware of normals.

[Visual Basic .NET]
Public Sub DropNormals ( _
)
[C#]
public void DropNormals (
);
[C++]
HRESULT DropNormals(
void
);

Product Availability

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

See Also

INormalAware Interface