CrossLine

<< 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;

 linenocross

 myCAD1.CrossLine = true;

 linecross

 

See also:

 MyLinkLine