This document is archived and information here might be outdated. Recommended version. |
[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**