Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Opens the class so that it can be modified in the editor.
Syntax
public void AOTedit([int Line, int Column])
Run On
Called
Parameters
- Line
Type: int
A value that is ignored; optional.
- Column
Type: int
A value that is ignored; optional.
Remarks
All methods are loaded into the editor. The arguments are included in the signature for backward compatibility only; they are ignored.
Examples
static void example()
{
ClassNode classNode;
classNode = infolog.findNode('\\Classes\\SysClassWizard');
classNode.AOTedit();
}