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


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

ITextureLineSymbol.TextureFillSymbol Property

TextureFillSymbol used for line.

[Visual Basic .NET]
Public ReadOnly Property TextureFillSymbol As ITextureFillSymbol
[C#]
public ITextureFillSymbol TextureFillSymbol {get;}
[C++]
HRESULT get_TextureFillSymbol(
  ITextureFillSymbol** textureFillSym
);
[C++]
Parameters
textureFillSym [out, retval]

textureFillSym is a parameter of type ITextureFillSymbol**

Product Availability

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

See Also

ITextureLineSymbol Interface