This document is archived and information here might be outdated. Recommended version. |
Returns a data element object from the catalog object specified by the given path, data type, and expand options.
[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 );
[C++]
HRESULT MakeDataElement(
BSTR catalogPath,
IGPDataType* pDataType,
IDEBrowseOptions* pExpandOptions
);
[C++] 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*