Indicator interface that identifies geometries that can have persistent texture values attached to coordinates.
Members
Name | Description | |
---|---|---|
DropTextures | Unsets all texture values without changing awareness. Only works if geometry is aware of textures. | |
TextureAware | Indicates if this geometry is aware of textures. | |
TextureDimension | The dimension of the textures on the geometry. | |
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 |
---|