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


IItemTemplate2.AddAncillaryDataset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemTemplate2 Interface > IItemTemplate2.AddAncillaryDataset Method
ArcGIS Developer Help

IItemTemplate2.AddAncillaryDataset Method

Adds additional outgoing tags for non-primary datasets that can be built using this item template. This method also accepts an optional name of a template function that resides within the primary raster function template associated within this item template wh

[Visual Basic .NET]
Public Sub AddAncillaryDataset ( _
    ByVal sOutputDatasetTag As String, _
    ByVal sFunctionTemplateName As String, _
    ByVal sPrimaryChainConnectorVariable As String _
)
[C#]
public void AddAncillaryDataset (
    string sOutputDatasetTag,
    string sFunctionTemplateName,
    string sPrimaryChainConnectorVariable
);
[C++]
HRESULT AddAncillaryDataset(
  BSTR sOutputDatasetTag,
  BSTR sFunctionTemplateName,
  BSTR sPrimaryChainConnectorVariable
);
[C++]
Parameters
sOutputDatasetTag [in]

sOutputDatasetTag is a parameter of type BSTR sFunctionTemplateName [in]
sFunctionTemplateName is a parameter of type BSTR sPrimaryChainConnectorVariable [in]
sPrimaryChainConnectorVariable is a parameter of type BSTR

Product Availability

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

See Also

IItemTemplate2 Interface