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

In This Topic
    ARTICLE_DOORTHICKNESS(Int32) Property
    In This Topic
    Door: Wall thickness # 22194. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_DOORTHICKNESS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_DOORTHICKNESS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Wall thickness of the door (in mm).

    See Also