API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacementPropertyList Class / DMG_VIEWPLACEMENT_EDGE_WIDTH Property / DMG_VIEWPLACEMENT_EDGE_WIDTH(Int32) Property

In This Topic
    DMG_VIEWPLACEMENT_EDGE_WIDTH(Int32) Property
    In This Topic
    Model view: Edge width # 36524. This property isn't indexed.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_EDGE_WIDTH( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_EDGE_WIDTH {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    With this property you can set the width of the edge lines in the model view, 2D drilling view and copper unfold to a fixed value, for example 0.5 mm. During zooming and at scale changes the line width is adapted correspondingly. During PDF export the edge lines are output with the specified width. If no value is entered, the line thickness amounts to one pixel.

    See Also