This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureEdit Interface > IFeatureEdit.MoveSet Method (ArcObjects .NET 10.4 SDK) |
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
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.