Click or drag to resize
IGraphServiceSetNodePosition Method
Sets new position to specified node.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax
C#
ServiceResponse SetNodePosition(
	string id,
	int x,
	int y
)

Parameters

id
Type: SystemString
Node ID
x
Type: SystemInt32
X-coordinate
y
Type: SystemInt32
Y-coordinate

Return Value

Type: ServiceResponse
See Also