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


ITextureAware.DropTextures Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

ITextureAware.DropTextures Method

Unsets all texture values without changing awareness. Only works if geometry is aware of textures.

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

Product Availability

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

See Also

ITextureAware Interface