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


ITextureFillSymbol.CreateFillSymbolFromFile Method (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.CreateFillSymbolFromFile Method
ArcGIS Developer Help

ITextureFillSymbol.CreateFillSymbolFromFile Method

Create fill symbol from image file.

[Visual Basic .NET]
Public Sub CreateFillSymbolFromFile ( _
    ByVal FileName As String _
)
[C#]
public void CreateFillSymbolFromFile (
    string FileName
);
[C++]
HRESULT CreateFillSymbolFromFile(
  BSTR FileName
);
[C++]
Parameters
FileName [in]

FileName is a parameter of type BSTR

Product Availability

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

See Also

ITextureFillSymbol Interface