DatabaseAnnotativeDwg Property
|
Property that indicates whether the current
drawing will act like an annotative block if the drawing is
inserted into another drawing. This property corresponds to the
ANNOTATIVEDWG system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool AnnotativeDwg { get; set; }
Public Property AnnotativeDwg As Boolean
Get
Set
public:
property bool AnnotativeDwg {
bool get ();
void set (bool value);
}
member AnnotativeDwg : bool with get, set
Property Value
Boolean
See Also