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


IFeatureEdit.SplitAttributes Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureEdit.SplitAttributes Method

Split the feature attributes.

[Visual Basic .NET]
Public Sub SplitAttributes ( _
    ByVal baseFeature As IFeature _
)
[C#]
public void SplitAttributes (
    IFeature baseFeature
);
[C++]
HRESULT SplitAttributes(
  IFeature* baseFeature
);
[C++]

Parameters baseFeature
baseFeature is a parameter of type IFeature

Product Availability

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

Remarks

This method is intended for internal use only.

See Also

IFeatureEdit Interface