Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / DimensionSetting Class
Members
In This Topic
    DimensionSetting Class
    In This Topic
    Display configuration settings for dimensions in nailboard and cable drawing.
    Object Model
    DimensionSetting ClassColorProperty ClassApiFont ClassLengthProperty ClassTextProperty ClassBooleanProperty ClassBooleanProperty ClassTextProperty ClassLengthProperty Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.DataStructures.DisplayConfigurations.BaseDisplayConfigurationSetting
          EPLAN.Harness.API.DataStructures.DisplayConfigurations.DimensionSetting

    Syntax
    public class DimensionSetting : BaseDisplayConfigurationSetting 
    Public Properties
     NameDescription
    Public Property Color of the drawing.  
    Public Property Font of the text.  
    Public PropertyLine pattern of the drawing.Pattern of the line between decorated organizer and the decorations.  
    Public PropertyLine thickness of the drawing.  
    Public PropertyGraphical orientation of dimension line and extension lines. Can be horizontal, vertical or aligned.  
    Public PropertyLeading text of number in dimension.  
    Public PropertyShow dimension lines.  
    Public PropertyShow numbers with units.  
    Public PropertyFollowing text of number in dimension.  
    Public PropertyDistance between dimension line and text.  
    Top
    See Also