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


IPersistCustomFeaturesExtension.SaveFeature Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IPersistCustomFeaturesExtension.SaveFeature Method

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

Product Availability

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

See Also

IPersistCustomFeaturesExtension Interface