ArcObjects Library Reference (DataSourcesRaster)  

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

Parameters

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

Product Availability

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

See Also

IItemTemplate Interface