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


IDataElementType.CreateOutputDataElement Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDataElementType.CreateOutputDataElement Method

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

Product Availability

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

See Also

IDataElementType Interface