CADability dotNET
Determins, wether this action can work on a LayoutView. Default implementation returns false. Override, if your Action can work on a LayoutView.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public virtual bool WorksOnLayoutView { get; }
Visual Basic
Public Overridable ReadOnly Property WorksOnLayoutView As Boolean
	Get
Visual C++
public:
virtual property bool WorksOnLayoutView {
	bool get ();
}

See Also