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


ITOCClass.SymbolPatchImage Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  BSTR* 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