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.