CadImageDefaultLineWeight Property |
Gets or sets the default line weight.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic float DefaultLineWeight { get; set; }
Public Property DefaultLineWeight As Single
Get
Set
public:
property float DefaultLineWeight {
float get ();
void set (float value);
}
member DefaultLineWeight : float32 with get, set
Property Value
Type:
Single
The default line weight.
See Also