This document is archived and information here might be outdated.  Recommended version.


IPlugInDatasetLoad.GetLoader Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetLoad Interface > IPlugInDatasetLoad.GetLoader Method
ArcGIS Developer Help

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