DxfShortAttribute constructor

init

Initializes a new instance of the DxfShortAttribute class.

def __init__(self, attribute, parameter_type, sub_class_name):
    ...
ParameterTypeDescription
attributeCadEntityAttributeProperty attribute.
parameter_typeaspose.cad.fileformats.cad.cadconsts.CadParameterTypeParameter type.
sub_class_namestrSubclass name.

See Also