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


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

IPersistCustomFeaturesExtension.LoadClass Method

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,
  Boolean* canLoad
);
[C++]
Parameters
stream [in]

stream is a parameter of type IStream* canLoad
canLoad is a parameter of type bool*

Product Availability

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

See Also

IPersistCustomFeaturesExtension Interface