Gets or sets whether to convert width polylines to solid fill hatches when importing to the part sketch.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property IgnorePolylineWidth As System.Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As IImportDxfDwgData
Dim value As System.Boolean
instance.IgnorePolylineWidth = value
value = instance.IgnorePolylineWidth |
| C# | |
|---|
System.bool IgnorePolylineWidth {get; set;} |
| C++/CLI | |
|---|
property System.bool IgnorePolylineWidth {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to convert width polylines to solid fill hatches, false to not
See Also
Availability
SOLIDWORKS 2020 FCS, Revision Number 28.0