-
-
Notifications
You must be signed in to change notification settings - Fork 142
ACadSharp.Tables.DimensionStyle.PostFix
Albert Domenech edited this page Aug 4, 2024
·
2 revisions
Specifies a text prefix or suffix (or both) to the dimension measurement (see DIMPOST System Variable).
For example, to establish a suffix for millimeters, set PostFix to mm; a distance of 19.2 units would be displayed as 19.2 mm. If tolerances are turned on, the suffix is applied to the tolerances as well as to the main dimension. Use <> to indicate placement of the text in relation to the dimension value. For example, enter <> mm to display a 5.0 millimeter radial dimension as "5.0mm". If you entered mm <>, the dimension would be displayed as "mm 5.0". Use the <> mechanism for angular dimensions.Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public String PostFix { get; set; }
String
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Extensions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions