JmgNodes.addNode Method [AX 2012]
Adds a node to the JmgNodes object.
public void addNode(
str _txt,
int _x,
int _y,
int _w,
int _h,
int _upRGB,
int _loRGB,
int64 _id,
[int _resource,
int _orderNo])
Run On
CalledParameters
- _txt
- Type: str
The text to display on the node.
- _x
- Type: int
The x coordinate of the node.
- _y
- Type: int
The y coordinate of the node.
- _w
- Type: int
The width of the node.
- _h
- Type: int
The height on the node.
- _upRGB
- Type: int
The upper color of the gradient.
- _loRGB
- Type: int
The lower color of the gradient.
- _id
- Type: int64
The ID of the node.
- _resource
- Type: int
The ID of the resource to display on the node.
- _orderNo
- Type: int
The order number of the node.
Community Additions
ADD
Show: