This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandlerParameters3 Interface > IRasterTypeDataSourceHandlerParameters3.ActiveTemplate Property (ArcObjects .NET 10.4 SDK) |
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