| 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
)
Function MoveElement (
elementId As Integer,
targetParentId As Integer,
targetPosition As Integer
) As IStructureModificationResult
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:
IStructureModificationResultReturn the result of the movement
Remarks
TODO Movement rules
See Also