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