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


ITextureAware.DropTextures Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITextureAware Interface > ITextureAware.DropTextures Method
ArcGIS Developer Help

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