GetNodeLayer()

Summary

Gets the name of the node layer associated with a link layer.

Syntax

node_layer_name = GetNodeLayer(string layer_name)

Argument Contents
layer_name The link layer name

Returns

The string that is the name of the node layer.

Notes

  • An example of a link layer is a street layer. The node layer is the associated intersection layer.

Error Codes

Error Type Meaning
Error The link layer is not a geographic node layer
NotFound The node layer is not in the workspace

See Also

Function Summary
GetLinkLayer() Retrieves the name of the link layer associated with a node layer