Provides access to the Data Element Type.
Members
Name | Description | |
---|---|---|
CreateOutputDataElement | Creates a data element given a catalog path and an optional workspace. |
IDataElementType.CreateOutputDataElement Method
Creates a data element given a catalog path and an optional workspace.
Public Function CreateOutputDataElement ( _
ByVal CatalogPath As String, _
ByVal optionalWorkspace As String _
) As IDataElement
public IDataElement CreateOutputDataElement (
string CatalogPath,
string optionalWorkspace
);
Classes that implement IDataElementType
Classes | Description |
---|---|
DENetworkDatasetType | Network Dataset Data Element Type object. |