Looks at the class information and determines if it can load the features.
[Visual Basic .NET] Public Sub LoadClass ( _ ByVal stream As IStream, _ ByRef canLoad As Boolean _ )
[C#] public void LoadClass ( IStream stream, ref bool canLoad );
[C++]
HRESULT LoadClass(
IStream* stream,
VARIANT_BOOL* canLoad
);
[C++]Parameters
stream [in]stream is a parameter of type IStream
canLoad canLoad is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.