ArcObjects Library Reference (Geometry)  

ITextureAware.TextureSimple Property

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

[Visual Basic .NET]
Public ReadOnly Property TextureSimple As Boolean
[C#]
public bool TextureSimple {get;}
[C++]
HRESULT get_TextureSimple(
  VARIANT_BOOL* TextureSimple
);
[C++]

Parameters

TextureSimple [out, retval]   TextureSimple is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITextureAware Interface