Gets or sets the leader line color if the style parameter DIMCLRD is set as BYBLOCK.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AciColor LineColor { get; set; }
Public Property LineColor As AciColor
Get
Set
public:
property AciColor^ LineColor {
AciColor^ get ();
void set (AciColor^ value);
}
member LineColor : AciColor with get, set
PROPERTY LineColor AS AciColor GET SET
Property Value
Type:
AciColorSee Also