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


IRasterTypeDataSourceHandlerParameters3.ActiveTemplate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandlerParameters3 Interface > IRasterTypeDataSourceHandlerParameters3.ActiveTemplate Property
ArcGIS Developer Help

IRasterTypeDataSourceHandlerParameters3.ActiveTemplate Property

The name of the active item template associated with the raster type used for building the specified data source. A raster type that doesn't contain the matching template is not considered candidate. All other templates are disabled when building the data sour.

[Visual Basic .NET]
Public Property ActiveTemplate As String
[C#]
public string ActiveTemplate {get; set;}
[C++]
HRESULT get_ActiveTemplate(
  BSTR pbsActiveTemplate
);
[C++]
HRESULT put_ActiveTemplate(
  System.String* pbsActiveTemplate
);
[C++]
Parameters
pbsActiveTemplate [in]

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

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters3 Interface