IAcadDimAlignedToleranceDisplay Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
AcDimToleranceMethod ToleranceDisplay { get; set; }
 
Property ToleranceDisplay As AcDimToleranceMethod
        Get
        Set
 
property AcDimToleranceMethod ToleranceDisplay {
        AcDimToleranceMethod get ();
        void set (AcDimToleranceMethod value);
}
 
abstract ToleranceDisplay : AcDimToleranceMethod with get, set
 
 
 
Property Value
AcDimToleranceMethod
Implements
IAcadDimensionToleranceDisplay
 
See Also