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