This document is archived and information here might be outdated. Recommended version. |
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*