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.2.0.0 (7.2.7583.15464)
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