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


IItemTemplate.OutputDatasetTag Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemTemplate Interface > IItemTemplate.OutputDatasetTag Property
ArcGIS Developer Help

IItemTemplate.OutputDatasetTag Property

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(
  System.String* pOutputDatasetTag
);
[C++]
Parameters
pOutputDatasetTag [in]

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

Product Availability

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

See Also

IItemTemplate Interface