DxfPropertyAttribute.HasDefaultValue

DxfPropertyAttribute.HasDefaultValue property

Gets a value indicating whether this instance has a default value.

public bool HasDefaultValue { get; set; }

Property Value

true if this instance has a default value; otherwise, false.

See Also