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


ITextureAware.TextureAware Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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(
  VARIANT_BOOL* TextureAware
);
[C++]
HRESULT put_TextureAware(
  VARIANT_BOOL TextureAware
);
[C++]

Parameters TextureAware [out, retval] TextureAware is a parameter of type VARIANT_BOOL TextureAware TextureAware is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITextureAware Interface