Click or drag to resize
Askia

ISurveyMoveElement Method

Move element to a given destination

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IStructureModificationResult MoveElement(
	int elementId,
	int targetParentId,
	int targetPosition
)

Parameters

elementId
Type: SystemInt32
Id of the element to move
targetParentId
Type: SystemInt32
Id of the parent target element
targetPosition
Type: SystemInt32
Position at which the element will be moved as the parent target child

Return Value

Type: IStructureModificationResult
Return the result of the movement
Remarks
TODO Movement rules
See Also