Property OsnapTrakingMarksMarksCount
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
OsnapTrakingMarksMarksCount
Get/Set the number of tracking Osnaps that are added to the active action tracking list.
public int OsnapTrakingMarksMarksCount { get; set; }
Property Value
Remarks
- Default value is 20.
- If items reach the maximum number of tracking Osnaps then the first added tracking Osnap is removed from the list when a new tracking Osnap is added.
- This property is static and applies to all documents of the application.
- An object tracking osnap is added to the action tracking list when the user moves the cursor over an object osnap
If the user move the cursor over an existing tracking then it makes it inactive and not taking in considaration ofr tracking lines insersections
- See Also