Click or drag to resize

IObjectSetRelationshipIndices Method

Re-order all relationships of a object/reltype/direction context.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
void SetRelationshipIndices(
	RelDirection direction,
	IRelationship[] aOrderedRelationships
)

Parameters

direction
Type: PDTec.IceNet.Core.ModelRelDirection
The direction
aOrderedRelationships
Type: PDTec.IceNet.Core.ModelIRelationship
The relationships in their new sort order
See Also