Class DxfSingleValueProperty
Contents
[
Hide
]DxfSingleValueProperty class
Base class attribute for dxf single value properties
[AttributeUsage(AttributeTargets.Property)]
public abstract class DxfSingleValueProperty : DxfPropertyAttribute
Constructors
Name | Description |
---|---|
DxfSingleValueProperty(CadEntityAttribute, CadParameterType, string) | Initializes a new instance of the DxfSingleValueProperty class. |
Properties
Name | Description |
---|---|
Attribute { get; set; } | Gets or sets property attribute. |
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. |
See Also
- class DxfPropertyAttribute
- namespace Aspose.CAD.FileFormats.Cad
- assembly Aspose.CAD