CadSizeAttribute.CadSizeAttribute

CadSizeAttribute constructor

Initializes a new instance of the CadSizeAttribute class.

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

See Also