CADability dotNET
Returns true for ModOps that are 0.0 in all components. Uninitialized ModOp objects will return true. Usually used for a test, whether it has been initialized, since a 0 ModOp shouldn't occur in normal circumstances.

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

Syntax

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

See Also