This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemTemplate Interface > IItemTemplate.OutputDatasetTag Property (ArcObjects .NET 10.4 SDK) |
The output dataset tag associated with the item template. This property determines the tag of the outgoing item constructed using this template.
[Visual Basic .NET] Public Property OutputDatasetTag As String
[C#] public string OutputDatasetTag {get; set;}
[C++]
HRESULT get_OutputDatasetTag(
BSTR* pOutputDatasetTag
);
[C++]
HRESULT put_OutputDatasetTag(
BSTR pOutputDatasetTag
);
[C++]
Parameters pOutputDatasetTag [out, retval] pOutputDatasetTag is a parameter of type BSTR pOutputDatasetTag [in] pOutputDatasetTag is a parameter of type BSTR