ArcObjects Library Reference  (GeoDatabase)    

IFeatureEdit.BeginMoveSet Method

Prepares the set of features for a move operation.

[Visual Basic 6.0]
Function BeginMoveSet(
    ByVal features As ISet, _
    ByVal start As IPoint _
) As IDisplayFeedback
[Visual Basic .NET]
Public Function BeginMoveSet ( _
    ByVal features As ISet, _
    ByVal start As IPoint _
) As IDisplayFeedback
[C#]
public IDisplayFeedback BeginMoveSet (
    ISet features,
    IPoint start
);
[Java]
public IDisplayFeedback beginMoveSet (
    ISet features,
    IPoint start
)
throws
    IOException,
    AutomationException
[C++]
HRESULT BeginMoveSet(
  ISet* features,
  IPoint* start,
  IDisplayFeedback** feedback
);
[C++]

Parameters

features [in]

  features is a parameter of type ISet

start [in]

  start is a parameter of type IPoint

feedback [out, retval]

  feedback is a parameter of type IDisplayFeedback

Product Availability

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

See Also

IFeatureEdit Interface

 


Feedback Send feedback on this page