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