This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemTemplate Interface > IItemTemplate.PrimaryInputDatasetTag Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR pPrimaryInputDatasetTag
);
[C++]
Parameters pPrimaryInputDatasetTag [out, retval] pPrimaryInputDatasetTag is a parameter of type BSTR pPrimaryInputDatasetTag [in] pPrimaryInputDatasetTag is a parameter of type BSTR