Property CollectionLimit
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
CollectionLimit
Get/Set a static variable define the maximun number of objects that a collection property of a vdFigure can have in order to be compared by Compare(vdDocument)
if a figure has a collection property that exist this number the this figure is marked as Incomparable.
Default value is 0 for no limit and all figures are comparable
public int CollectionLimit { get; set; }