CadImageLineTypes Property |
Gets or sets the dimension styles.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadLineTypesDictionary LineTypes { get; set; }
Public Property LineTypes As CadLineTypesDictionary
Get
Set
public:
property CadLineTypesDictionary^ LineTypes {
CadLineTypesDictionary^ get ();
void set (CadLineTypesDictionary^ value);
}
member LineTypes : CadLineTypesDictionary with get, set
Property Value
Type:
CadLineTypesDictionary
The dimension styles.
See Also