This document is archived and information here might be outdated. Recommended version. |
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*