IAcadDocumentActiveLinetype Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
AcadLineType ActiveLinetype { get; set; }
Property ActiveLinetype As AcadLineType
Get
Set
property AcadLineType^ ActiveLinetype {
AcadLineType^ get ();
void set (AcadLineType^ value);
}
abstract ActiveLinetype : AcadLineType with get, set
Property Value
AcadLineType
See Also