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