Get if nodepointer is disposed or not

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Disposed As Boolean
C#
public bool Disposed { get; }
Visual C++
public:
property bool Disposed {
	bool get ();
}
JavaScript
function get_disposed();

See Also