This document is archived and information here might be outdated. Recommended version. |
Creates a data element given a catalog path and an optional workspace.
[Visual Basic .NET] Public Function CreateOutputDataElement ( _ ByVal CatalogPath As String, _ ByVal optionalWorkspace As String _ ) As IDataElement
[C#] public IDataElement CreateOutputDataElement ( string CatalogPath, string optionalWorkspace );
[C++]
HRESULT CreateOutputDataElement(
BSTR CatalogPath,
BSTR optionalWorkspace
);
[C++]
Parameters CatalogPath [in]
CatalogPath is a parameter of type BSTR optionalWorkspace [in]
optionalWorkspace is a parameter of type BSTR