Returns a data element object from the catalog object specified by the given path, data type, and expand options.
[Visual Basic 6.0] Function MakeDataElement(
ByVal catalogPath As String, _
ByVal pDataType As IGPDataType, _
ByVal pExpandOptions As IDEBrowseOptions _
) As IDataElement
[Visual Basic .NET] Public Function MakeDataElement ( _ ByVal catalogPath As String, _ ByVal pDataType As IGPDataType, _ ByVal pExpandOptions As IDEBrowseOptions _ ) As IDataElement
[C#] public IDataElement MakeDataElement ( string catalogPath, IGPDataType pDataType, IDEBrowseOptions pExpandOptions );
[Java] public IDataElement makeDataElement ( String catalogPath, IGPDataType pDataType, IDEBrowseOptions pExpandOptions ) throws IOException, AutomationException
[C++] HRESULT MakeDataElement( BSTR catalogPath, IGPDataType* pDataType, IDEBrowseOptions* pExpandOptions, IDataElement** dataElement );
Parameters
catalogPath [in]
catalogPath is a parameter of type BSTR
pDataType [in]
pDataType is a parameter of type IGPDataType
pExpandOptions [in]
pExpandOptions is a parameter of type IDEBrowseOptions
dataElement [out, retval]
dataElement is a parameter of type IDataElement