Get, set NodePointer size

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

Syntax

Visual Basic (Declaration)
Public Property NodeHitRange As Single
C#
public float NodeHitRange { get; set; }
Visual C++
public:
property float NodeHitRange {
	float get ();
	void set (float value);
}
JavaScript
function get_nodeHitRange();
function set_nodeHitRange(value);

See Also