DimensionStyleDimArrow1 Property
|
Gets or sets the arrowhead block for the first end of the dimension line.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Block DimArrow1 { get; set; }
Public Property DimArrow1 As Block
Get
Set
public:
property Block^ DimArrow1 {
Block^ get ();
void set (Block^ value);
}
member DimArrow1 : Block with get, set
PROPERTY DimArrow1 AS Block GET SET
Property Value
Type:
BlockRemarks Default: null. Closed filled.
See Also