Class Cad2DPointAttribute
Contents
[
Hide
]Cad2DPointAttribute class
class attribute for cad 2D point
[AttributeUsage(AttributeTargets.Property)]
public class Cad2DPointAttribute : CadPropertyAttribute
Constructors
| Name | Description |
|---|---|
| Cad2DPointAttribute(CadEntityAttribute, CadEntityAttribute, CadParameterType, string) | Initializes a new instance of the Cad2DPointAttribute 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 CadPropertyAttribute
- namespace Aspose.CAD.FileFormats.Cad
- assembly Aspose.CAD