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