CadBaseEntityLineTypeName Property |
Gets or sets the name of the line type.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string LineTypeName { get; set; }Public Property LineTypeName As String
Get
Set
public:
property String^ LineTypeName {
String^ get ();
void set (String^ value);
}member LineTypeName : string with get, set
Property Value
Type:
String
The name of the line type.
See Also