AcadDocumentClassActiveLinetype Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual AcadLineType ActiveLinetype { get; set; }
Public Overridable Property ActiveLinetype As AcadLineType
Get
Set
public:
virtual property AcadLineType^ ActiveLinetype {
AcadLineType^ get ();
void set (AcadLineType^ value);
}
abstract ActiveLinetype : AcadLineType with get, set
override ActiveLinetype : AcadLineType with get, set
Property Value
Type:
AcadLineType
Implements
IAcadDocumentActiveLinetype
See Also