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


IPersistCustomFeaturesExtension.LoadFeature Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IPersistCustomFeaturesExtension.LoadFeature Method

Loads the feature information and updates the feature.

[Visual Basic .NET]
Public Sub LoadFeature ( _
    ByVal stream As IStream, _
    ByVal Feature As IFeature _
)
[C#]
public void LoadFeature (
    IStream stream,
    IFeature Feature
);
[C++]
HRESULT LoadFeature(
  IStream* stream,
  IFeature* Feature
);
[C++]

Parameters stream [in]
stream is a parameter of type IStream Feature [in]
Feature is a parameter of type IFeature

Product Availability

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

See Also

IPersistCustomFeaturesExtension Interface