This document is archived and information here might be outdated. Recommended version. |
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