Moves the set of features through a distance and direction specified by moveVector.
[Visual Basic 6.0] Sub MoveSet(
ByVal features As ISet, _
ByVal moveVector As ILine _
)
[Visual Basic .NET] Public Sub MoveSet ( _ ByVal features As ISet, _ ByVal moveVector As ILine _ )
[C#] public void MoveSet ( ISet features, ILine moveVector );
[Java] public void moveSet ( ISet features, ILine moveVector ) throws IOException, AutomationException
[C++] HRESULT MoveSet( ISet* features, ILine* moveVector );
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.