Click or drag to resize

IXmlRelationshipCreatorCreateRelationship Method

Creates a relationship with a specific ID.

Namespace:  PDTec.IceNet.Core.Xml
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
IRelationship CreateRelationship(
	IObject pObjectFrom,
	IObject pObjectTo,
	string id,
	string description
)

Parameters

pObjectFrom
Type: PDTec.IceNet.Core.ModelIObject
The object in from direction.
pObjectTo
Type: PDTec.IceNet.Core.ModelIObject
The object in to direction.
id
Type: SystemString
The ID.
description
Type: SystemString
The description.

Return Value

Type: IRelationship
An relationship instance.
See Also