Click or drag to resize
IObjectSetRelationshipIndex Method
Re-position a relationship within the object/reltype/direction order.

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 SetRelationshipIndex(
	RelDirection direction,
	IRelationship pRelationship,
	int index
)

Parameters

direction
Type: PDTec.IceNet.Core.ModelRelDirection
The direction
pRelationship
Type: PDTec.IceNet.Core.ModelIRelationship
The relationship
index
Type: SystemInt32
The new position index
See Also