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


IItemTemplate.OutputDatasetTag Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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

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

Product Availability

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

See Also

IItemTemplate Interface