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


ITextureLineSymbol.TextureFillSymbol Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

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