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


ITOCClass.SymbolPatchImage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITOCClass Interface > ITOCClass.SymbolPatchImage Property
ArcGIS Developer Help

ITOCClass.SymbolPatchImage Property

The symbol patch image.

[Visual Basic .NET]
Public Function get_SymbolPatchImage ( _
    ByVal fileType As String _
) As String
[C#]
public string get_SymbolPatchImage (
    string fileType
);
[C++]
HRESULT get_SymbolPatchImage(
  BSTR fileType,
  System.String* patchPath
);
[C++]
Parameters
fileType [in]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITOCClass Interface