Cad2DPointAttribute.Cad2DPointAttribute

Cad2DPointAttribute constructor

Initializes a new instance of the Cad2DPointAttribute class.

public Cad2DPointAttribute(CadEntityAttribute x, CadEntityAttribute y, 
    CadParameterType parameterType, string subClassName)
ParameterTypeDescription
xCadEntityAttributeX attribute.
yCadEntityAttributeY attribute.
parameterTypeCadParameterTypeParameter type.
subClassNameStringSubclass name.

See Also