AcadSectionTypeSettingsClassIAcadSectionTypeSettings_BackgroundLinesLinetypeScale
Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual double IAcadSectionTypeSettings_BackgroundLinesLinetypeScale { get; set; }
 
Public Overridable Property IAcadSectionTypeSettings_BackgroundLinesLinetypeScale As Double
        Get
        Set
 
public:
virtual property double IAcadSectionTypeSettings_BackgroundLinesLinetypeScale {
        double get ();
        void set (double value);
}
 
abstract IAcadSectionTypeSettings_BackgroundLinesLinetypeScale : float with get, set
override IAcadSectionTypeSettings_BackgroundLinesLinetypeScale : float with get, set
 
 
 
Property Value
Double
Implements
IAcadSectionTypeSettingsBackgroundLinesLinetypeScale
 
See Also