This documentation is archived and is not being maintained.
DocNode.AOTedit Method [AX 2012]
Opens the appropriate editor for this node.
public void AOTedit([int Line, int Column])
Run On
Called
Parameters
-
Line
- Type: int
The line of the cursor position; optional.
-
Column
- Type: int
The column of the cursor position; optional.
If the node is a method, the code editor opens. If the node is a documentation object, the Help editor opens.