Class Dxf3DPointAttribute

Dxf3DPointAttribute class

class attribute for dxf 3D point

[AttributeUsage(AttributeTargets.Property)]
public class Dxf3DPointAttribute : Dxf2DPointAttribute

Constructors

NameDescription
Dxf3DPointAttribute(CadEntityAttribute, CadParameterType, string)Initializes a new instance of the Dxf3DPointAttribute class.
Dxf3DPointAttribute(CadEntityAttribute, CadEntityAttribute, CadEntityAttribute, CadParameterType, string)Initializes a new instance of the Dxf3DPointAttribute class.

Properties

NameDescription
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.
Z { get; set; }Gets or sets Z attribute.

See Also