ArcObjects Library Reference (GeoDatabase)  

IFeatureEdit.MoveSet Method

Moves the set of features through a distance and direction specified by moveVector.

[Visual Basic .NET]
Public Sub MoveSet ( _
    ByVal features As ISet, _
    ByVal moveVector As ILine _
)
[C#]
public void MoveSet (
    ISet features,
    ILine moveVector
);
[C++]
HRESULT MoveSet(
  ISet* features,
  ILine* moveVector
);
[C++]

Parameters

features [in]

  features is a parameter of type ISet

moveVector [in]

  moveVector is a parameter of type ILine

Product Availability

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

Remarks

All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.

See Also

IFeatureEdit Interface