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

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

    Property Value

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

    Specification that a device or system supports the BACnet protocol. Example: The "BACnet/IP" specification means that the device supports the BACnet protocol over IP networks.

    See Also