<< Click to Display Table of Contents >> Navigation: MyCAD > Properties > CrossLine |
public Boolean CrossLine {get; set;}
value:
It is used for MyLinkLine drawing feature, when it is true, the drawing speed lower than false;
Example:
myCAD1.CrossLine = false;
myCAD1.CrossLine = true;
See also: