This document is archived and information here might be outdated. Recommended version. |
Writes out to the stream, feature infomation used to aid loading.
[Visual Basic .NET] Public Sub SaveFeature ( _ ByVal stream As IStream, _ ByVal Feature As IFeature _ )
[C#] public void SaveFeature ( IStream stream, IFeature Feature );
[C++]
HRESULT SaveFeature(
IStream* stream,
IFeature* Feature
);
[C++] Parameters stream [in]
stream is a parameter of type IStream* Feature [in]
Feature is a parameter of type IFeature*