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


ITextureAware.TextureSimple Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITextureAware Interface > ITextureAware.TextureSimple Property
ArcGIS Developer Help

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(
  Boolean* TextureSimple
);
[C++]
Parameters
TextureSimple [out, retval]

TextureSimple is a parameter of type bool*

Product Availability

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

See Also

ITextureAware Interface