AcadSectionTypeSettingsClassBackgroundLinesLineweight
Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual ACAD_LWEIGHT BackgroundLinesLineweight { get; set; }
 
Public Overridable Property BackgroundLinesLineweight As ACAD_LWEIGHT
        Get
        Set
 
public:
virtual property ACAD_LWEIGHT BackgroundLinesLineweight {
        ACAD_LWEIGHT get ();
        void set (ACAD_LWEIGHT value);
}
 
abstract BackgroundLinesLineweight : ACAD_LWEIGHT with get, set
override BackgroundLinesLineweight : ACAD_LWEIGHT with get, set
 
 
 
Property Value
ACAD_LWEIGHT
Implements
IAcadSectionTypeSettings2BackgroundLinesLineweight
 
See Also