CadDimensionStyleTableHandleDimstyle Property |
Gets or sets the handle dimstyle.
Namespace:
Aspose.CAD.FileFormats.Cad.CadTables
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadStringParameter HandleDimstyle { get; set; }Public Property HandleDimstyle As CadStringParameter
Get
Set
public:
property CadStringParameter^ HandleDimstyle {
CadStringParameter^ get ();
void set (CadStringParameter^ value);
}member HandleDimstyle : CadStringParameter with get, set
Property Value
Type:
CadStringParameter
The handle dimstyle.
See Also