Determines whether the node has links to other nodes.

Namespace: Spherical.Nodes
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public bool HasLinks { get; }
Visual C++
public:
property bool HasLinks {
	bool get ();
}
F#
member HasLinks : bool

See Also