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


IRasterTypeDataSourceHandlerParameters3.ActiveTemplate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR pbsActiveTemplate
);
[C++]

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

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters3 Interface