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


IItemURIFilter.SupportedTemplateNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemURIFilter Interface > IItemURIFilter.SupportedTemplateNames Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IItemURIFilter Interface