ArcObjects Library Reference (GeoDatabase)  

IPlugInDatasetLoad.GetLoader Method

[Visual Basic .NET]
Public Sub GetLoader ( _
    ByVal ClassIndex As Integer, _
    ByRef loader As IPlugInDatasetLoader _
)
[C#]
public void GetLoader (
    int ClassIndex,
    ref IPlugInDatasetLoader loader
);
[C++]
HRESULT GetLoader(
  long ClassIndex,
  IPlugInDatasetLoader** loader
);
[C++]

Parameters

ClassIndex [in]   ClassIndex is a parameter of type long loader

  loader is a parameter of type IPlugInDatasetLoader

Product Availability

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

See Also

IPlugInDatasetLoad Interface