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


IGeometryMaterial.TextureImage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGeometryMaterial Interface > IGeometryMaterial.TextureImage Property
ArcGIS Developer Help

IGeometryMaterial.TextureImage Property

The Texture Image file.

[Visual Basic .NET]
Public Property TextureImage As String
[C#]
public string TextureImage {get; set;}
[C++]
HRESULT get_TextureImage(
  BSTR pFilePath
);
[C++]
HRESULT put_TextureImage(
  System.String* pFilePath
);
[C++]
Parameters
pFilePath [in]

pFilePath is a parameter of type BSTR pFilePath [out, retval]
pFilePath is a parameter of type BSTR*

Product Availability

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

See Also

IGeometryMaterial Interface