DimensionDimblks Property
|
Sets or gets the name of the arrowhead block
at the ends of dimension lines. The following names are applicable:
| Value |
Description |
| "None" |
None |
| "Closed" |
Closed |
| "Dot" |
Dot |
| "ClosedBlank" |
Closed blank |
| "Oblique" |
Oblique |
| "ArchTick" |
Architectural tick |
| "Open" |
Open |
| "Origin" |
Origin marker |
| "Origin2" |
Origin marker 2 |
| "Open90" |
Open 90 degrees |
| "Open30" |
Open 30 degrees |
| "DotBlank" |
Dot blank |
| "DotSmall" |
Dot small |
| "BoxFilled" |
Box filled |
| "BoxBlank" |
Box blank |
| "DatumFilled" |
Datum marker filled |
| "DatumBlank" |
Datum marker blank |
| "Integral" |
Integral |
| "Small" |
Dot small blank |
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public string Dimblks { get; set; }
Public Property Dimblks As String
Get
Set
public:
property String^ Dimblks {
String^ get ();
void set (String^ value);
}
member Dimblks : string with get, set
Property Value
Type:
String
See Also