Dxf2DPointAttribute.Dxf2DPointAttribute

Dxf2DPointAttribute constructor

Initializes a new instance of the Dxf2DPointAttribute class.

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

See Also