CFF2LineTypeDefinitionLineType Property |
The Line type
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CFF2LineTypes LineType { get; set; }
Public Property LineType As CFF2LineTypes
Get
Set
public:
property CFF2LineTypes LineType {
CFF2LineTypes get ();
void set (CFF2LineTypes value);
}
member LineType : CFF2LineTypes with get, set
Property Value
Type:
CFF2LineTypes
See Also