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


ITextureFillSymbol.Texture Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IT > ITextureFillSymbol Interface > ITextureFillSymbol.Texture Property
ArcGIS Developer Help

ITextureFillSymbol.Texture Property

Texture used for fill.

[Visual Basic .NET]
Public Property Texture As IGeometryMaterial
[C#]
public IGeometryMaterial Texture {get; set;}
[C++]
HRESULT get_Texture(
  IGeometryMaterial** Texture
);
[C++]
HRESULT putref_Texture(
  IGeometryMaterial* Texture
);
[C++]
Parameters
Texture [out, retval]

Texture is a parameter of type IGeometryMaterial** Texture [in]
Texture is a parameter of type IGeometryMaterial*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ITextureFillSymbol Interface