DxfStringAttribute constructor
init
Initializes a new instance of the DxfStringAttribute
class.
def __init__(self, attribute, parameter_type, sub_class_name):
...
Parameter | Type | Description |
---|---|---|
attribute | CadEntityAttribute | Property 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
DxfStringAttribute