Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / ARTICLE_MOUNTINGSITE Property / ARTICLE_MOUNTINGSITE Property

In This Topic
    ARTICLE_MOUNTINGSITE Property
    In This Topic
    Mounting surface # 22022.
    Syntax
    public PropertyValue ARTICLE_MOUNTINGSITE {get; set;}
    public:
    property PropertyValue^ ARTICLE_MOUNTINGSITE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    EPLAN reads article reference properties from function or if corresponding propoerty does not exists on function or is empty, then it is taken directly from the article. User needs to remember that setting values which removes property value for article reference property causes that they are read from article. Here is list of such values for each type: LONG - 0, STRING - empty string, BOOL - false, DOUBLE - 0.0 and for MULTILANGSTRING - empty multi lang string.

    See Also