ArcObjects Library Reference (DataSourcesRaster)  

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