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


IFeatureEdit.BeginMoveSet Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureEdit Interface > IFeatureEdit.BeginMoveSet Method
ArcGIS Developer Help

IFeatureEdit.BeginMoveSet Method

Prepares the set of features for a move operation.

[Visual Basic .NET]
Public Function BeginMoveSet ( _
    ByVal features As ISet, _
    ByVal start As IPoint _
) As IDisplayFeedback
[C#]
public IDisplayFeedback BeginMoveSet (
    ISet features,
    IPoint start
);
[C++]
HRESULT BeginMoveSet(
  ISet* features,
  IPoint* start
);
[C++]
Parameters
features [in]

features is a parameter of type ISet* start [in]
start is a parameter of type IPoint*

Product Availability

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

See Also

IFeatureEdit Interface