Gets or sets a thickness of lines used for drawing this entity.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overridable Property Line_weight() As String |
C#
|
public virtual string Line_weight {get; set;} |
Property Value
A
string representation of the line thickness used for drawing this entity.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also