CADability dotNET
Returns the number of the patches

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

Syntax

C#
public int PatchCount { get; }
Visual Basic
Public ReadOnly Property PatchCount As Integer
	Get
Visual C++
public:
property int PatchCount {
	int get ();
}

See Also