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


IPlugInDatasetLoad.GetLoader Method (ArcObjects .NET 10.4 SDK)
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