Property that controls the first arrowhead
block at the ends of dimension lines when DIMSAH == true. A null
value specifies the default arrowhead is to be used. This property
corresponds to the DIMBLK1 system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ObjectId Dimblk1 { get; set; }
Public Property Dimblk1 As ObjectId
Get
Set
public:
property ObjectId Dimblk1 {
ObjectId get ();
void set (ObjectId value);
}
member Dimblk1 : ObjectId with get, set
Property Value
ObjectId
See Also