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: 6.0.0.0 (6.0.6225.27214)
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