plotted Property

DataFlow

DataFlow

CustomPoint..::..plotted Property

Namespace:  DataFlow
Assembly:  DataFlow (in DataFlow.exe)

Syntax


public bool plotted { get; set; }
Public Property plotted As Boolean
	Get
	Set
public:
property bool^ plotted {
	bool^ get ();
	void set (bool^ value);
}