Shows the first 3 letters of the node description

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Class NodePointerLabel
C#
public class NodePointerLabel
Visual C++
public ref class NodePointerLabel
JavaScript
FlowMap.NodePointerLabel = function();

Type.createClass(
	'FlowMap.NodePointerLabel');

Inheritance Hierarchy

System..::.Object
  FlowMap..::.NodePointerLabel

See Also