Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticleReferencePropertyList Class / ARTICLE_BACNET Property / ARTICLE_BACNET Property

In This Topic
    ARTICLE_BACNET Property
    In This Topic
    BACnet # 26227.
    Syntax
    public PropertyValue ARTICLE_BACNET {get; set;}
    public:
    property PropertyValue^ ARTICLE_BACNET {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Specification whether a device or system supports the BACnet protocol. Possible specifications are, for example, the BACnet version, BACnet object types, communication interfaces or certifications. BACnet (Building Automation and Control Networks) is a data transfer protocol for building automation and building control.

    See Also