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


INormalAware.DropNormals Method (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.DropNormals Method
ArcGIS Developer Help

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