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


IFeatureEdit.MoveSet 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.MoveSet Method
ArcGIS Developer Help

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