Meta Data Services Programming
RelationshipCol Move Method
This method moves a VersionedRelationship object from one point in the collection sequence to another point.
Syntax
Call object.Move(indexFrom, indexTo)
The Move method syntax has the following parts.
Part | Description |
---|---|
object | An object expression that evaluates to a RelationshipCol object |
indexFrom | The index of the VersionedRelationship object to be moved in the collection sequence |
indexTo | The index of the sequence location to which the VersionedRelationship object is to be moved |
Remarks
This method can be used only with sequenced collections. When you call this method, the origin object version must be unfrozen.