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: 7.2.0.0 (7.2.7583.15464)
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