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


IItemTemplate.PrimaryInputDatasetTag 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.PrimaryInputDatasetTag Property
ArcGIS Developer Help

IItemTemplate.PrimaryInputDatasetTag Property

Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset.

[Visual Basic .NET]
Public Property PrimaryInputDatasetTag As String
[C#]
public string PrimaryInputDatasetTag {get; set;}
[C++]
HRESULT get_PrimaryInputDatasetTag(
  BSTR pPrimaryInputDatasetTag
);
[C++]
HRESULT put_PrimaryInputDatasetTag(
  System.String* pPrimaryInputDatasetTag
);
[C++]
Parameters
pPrimaryInputDatasetTag [in]

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

Product Availability

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

See Also

IItemTemplate Interface