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


IDataElementType.CreateOutputDataElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataElementType Interface > IDataElementType.CreateOutputDataElement Method
ArcGIS Developer Help

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