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


IItemURIFilter.SupportedTemplateNames Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IItemURIFilter.SupportedTemplateNames Property

The list of supported template names.

[Visual Basic .NET]
Public Property SupportedTemplateNames As IStringArray
[C#]
public IStringArray SupportedTemplateNames {get; set;}
[C++]
HRESULT get_SupportedTemplateNames(
  IStringArray** ppTemplateNames
);
[C++]
HRESULT putref_SupportedTemplateNames(
  IStringArray* ppTemplateNames
);
[C++]

Parameters ppTemplateNames [out, retval]
ppTemplateNames is a parameter of type IStringArray ppTemplateNames [in]
ppTemplateNames is a parameter of type IStringArray

Product Availability

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

See Also

IItemURIFilter Interface