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


ITextureAware.TextureSimple Property (ArcObjects .NET 10.4 SDK)
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