CadBaseEntityLineWeight Property |
Gets or sets the line weight.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic short LineWeight { get; set; }Public Property LineWeight As Short
Get
Set
public:
property short LineWeight {
short get ();
void set (short value);
}member LineWeight : int16 with get, set
Property Value
Type:
Int16
The line weight.
See Also