ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.MakeDataElements Method

Get data elements from catalog path.

[Visual Basic 6.0]
Function MakeDataElements(
    ByVal catalogPath As String, _
    ByVal pBrowseOptions As IDEBrowseOptions _
) As IArray
[Visual Basic .NET]
Public Function MakeDataElements ( _
    ByVal catalogPath As String, _
    ByVal pBrowseOptions As IDEBrowseOptions _
) As IArray
[C#]
public IArray MakeDataElements (
    string catalogPath,
    IDEBrowseOptions pBrowseOptions
);
[Java]
public IArray makeDataElements (
    String catalogPath,
    IDEBrowseOptions pBrowseOptions
)
throws
    IOException,
    AutomationException
[C++]
HRESULT MakeDataElements(
  BSTR catalogPath,
  IDEBrowseOptions* pBrowseOptions,
  IArray** ppObjects
);
[C++]

Parameters

catalogPath [in]

  catalogPath is a parameter of type BSTR

pBrowseOptions [in]

  pBrowseOptions is a parameter of type IDEBrowseOptions

ppObjects [out, retval]

  ppObjects is a parameter of type IArray

Product Availability

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

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page