DxfSizeAttribute constructor
init
Initializes a new instance of the DxfSizeAttribute
class.
def __init__(self, width, height, parameter_type, sub_class_name):
...
Parameter | Type | Description |
---|---|---|
width | CadEntityAttribute | Width attribute. |
height | CadEntityAttribute | Height attribute. |
parameter_type | aspose.cad.fileformats.cad.cadconsts.CadParameterType | Parameter type. |
sub_class_name | str | Subclass name. |
See Also
- module
aspose.cad.fileformats.cad
- class
DxfSizeAttribute