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


ITextureAware.TextureAware 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.TextureAware Property
ArcGIS Developer Help

ITextureAware.TextureAware Property

Indicates if this geometry is aware of textures.

[Visual Basic .NET]
Public Property TextureAware As Boolean
[C#]
public bool TextureAware {get; set;}
[C++]
HRESULT get_TextureAware(
  Boolean* TextureAware
);
[C++]
HRESULT put_TextureAware(
  VARIANT_BOOL TextureAware
);
[C++]
Parameters
TextureAware [out, retval]

TextureAware is a parameter of type bool* TextureAware
TextureAware is a parameter of type bool

Product Availability

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

See Also

ITextureAware Interface