spatial.removeNodes.byId

Procedure

Removes the given nodes from the layer, returns the count of nodes removed

Signature

spatial.removeNodes.byId(layerName :: STRING, nodeIds :: LIST<STRING>) :: (count :: INTEGER)

Input parameters

Name Type Default Description

layerName

STRING

null

The name of the layer

nodeIds

LIST<STRING>

null

A list of elementIds of the nodes to remove

Output parameters

Name Type Description

count

INTEGER