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