ITextureAware Interface

Indicator interface that identifies geometries that can have persistent texture values attached to coordinates.

Members

Name Description
Method DropTextures Unsets all texture values without changing awareness. Only works if geometry is aware of textures.
Read/write property TextureAware Indicates if this geometry is aware of textures.
Read/write property TextureDimension The dimension of the textures on the geometry.
Read-only property TextureSimple Indicates if all texture values for this geometry are well-defined. Only works if geometry is aware of textures.

ITextureAware.DropTextures Method

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

Public Sub DropTextures ( _
)
public void DropTextures (
);

ITextureAware.TextureAware Property

Indicates if this geometry is aware of textures.

Public Property TextureAware As Boolean
public bool TextureAware {get; set;}

ITextureAware.TextureDimension Property

The dimension of the textures on the geometry.

Public Property TextureDimension As esriGeometryDimension
public esriGeometryDimension TextureDimension {get; set;}

ITextureAware.TextureSimple Property

Indicates if all texture values for this geometry are well-defined. Only works if geometry is aware of textures.

Public ReadOnly Property TextureSimple As Boolean
public bool TextureSimple {get;}

Classes that implement ITextureAware

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.