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


IDataElementType.CreateOutputDataElement Method (ArcObjects .NET 10.4 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,
  IDataElement** DataElement
);
[C++]

Parameters CatalogPath [in] CatalogPath is a parameter of type BSTR optionalWorkspace [in] optionalWorkspace is a parameter of type BSTR DataElement [out, retval]
DataElement is a parameter of type IDataElement

Product Availability

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

See Also

IDataElementType Interface