This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IN > INormalAware Interface > INormalAware.DropNormals Method (ArcObjects .NET 10.4 SDK) |
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
);