Provides parameters that specify a line type in a CAD image.

The following tables list the members exposed by the SGLines type.

Name Description
Public constructor SGLines Initialises a new instance of the SGLines class.
Top
Name Description
Public property Elements Gets or sets a list of the specific line elements(dash, dot or space).
Public property IsDotted Determines if the line is dotted.
Public property IsUniform For internal use.
Public property MaxSize Gets a max size of pattern.
Public property PatternLength Gets or sets a lenght of a pattern of a dotted line.
Public property Scale Gets or sets a scale factor of a pattern of a dotted line.
Top
Name Description
Public method Add Adds an element to the list of line elements.
Public method AddTick Initializes and adds an element to the list of line elements.
Public method Assign Copies an entity
Public method Dispose
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method HatchLine For internal use.
Public method Initialize Initializes a list of line elements.
Public method IsSolid Determines whether or not the specified line is solid.
Public method Line Makes a list of points on the basis of the list of line elements and changes straight line in CADImage.
Public method Loaded Loads this SGLines to the specified CADConverter.
Public method Poly Makes a list of points on the basis of the list of line elements and changes polyline in CADImage.
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top