Class Dxf2DPointAttribute
Contents
[
Hide
]Dxf2DPointAttribute class
class attribute for dxf 2D point
[AttributeUsage(AttributeTargets.Property)]
public class Dxf2DPointAttribute : DxfPropertyAttribute
Constructors
Name | Description |
---|---|
Dxf2DPointAttribute(CadEntityAttribute, CadEntityAttribute, CadParameterType, string) | Initializes a new instance of the Dxf2DPointAttribute class. |
Properties
Name | Description |
---|---|
HasDefaultValue { get; set; } | Gets a value indicating whether this instance has a default value. |
ParameterType { get; set; } | Gets or sets the parameter type. |
PropertyInfo { get; set; } | Gets or sets the property info. |
SubClassName { get; set; } | Gets or sets the subclass name. |
X { get; set; } | Gets or sets X attribute. |
Y { get; set; } | Gets or sets Y attribute. |
See Also
- class DxfPropertyAttribute
- namespace Aspose.CAD.FileFormats.Cad
- assembly Aspose.CAD