GetNumNodes()
Updated: 4 Dec 2023
Purpose
#
Returns the number of nodes in the layer.
Syntax
#
returns an integer of the number of nodes in the layer.
Example
#
function Update()
{
layer = Document.FindLayer("My Layer");
var x = layer.GetNumNodes();
}