Share via


BOMDesignerCtrl.pmfMoveCoByLine Method [AX 2012]

Indicates whether a move of two specified nodes is completed.

Syntax

public boolean pmfMoveCoByLine(
    int _moveNodeIdx, 
    int _dropNodeIdx, 
   [boolean _copy])

Run On

Called

Parameters

  • _moveNodeIdx
    Type: int
    The destination node ID.
  • _dropNodeIdx
    Type: int
    The node that will be moved.
  • _copy
    Type: boolean
    A Boolean value that indicates whether the original node will be copied.

Return Value

Type: boolean
true if the node was copied successfully; otherwise, false.

See Also

Reference

BOMDesignerCtrl Class