This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPersistCustomFeaturesExtension Interface > IPersistCustomFeaturesExtension.LoadFeature Method (ArcObjects .NET 10.4 SDK) |
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