API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_SNAPHEIGHT Property / ARTICLE_SNAPHEIGHT(Int32) Property

In This Topic
    ARTICLE_SNAPHEIGHT(Int32) Property
    In This Topic
    Clip-on height # 22211. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_SNAPHEIGHT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_SNAPHEIGHT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    The clip-on height describes the position in the side view or from the top / bottom. When it is placed on a mounting rail, the item is automatically placed on the rail to the correct mounting depth. If the rail is replaced, the item will "move" to the top. The item is thus aligned above the top edge on the basis of the value entered here, rather than on the underside of the rail.

    See Also