DxfSizeAttribute.DxfSizeAttribute

DxfSizeAttribute constructor

Initializes a new instance of the DxfSizeAttribute class.

public DxfSizeAttribute(CadEntityAttribute width, CadEntityAttribute height, 
    CadParameterType parameterType, string subClassName)
ParameterTypeDescription
widthCadEntityAttributeWidth attribute.
heightCadEntityAttributeHeight attribute.
parameterTypeCadParameterTypeParameter type.
subClassNameStringSubclass name.

See Also