Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_DEVICE_PROFILE_ACCORDING_TO_BACNET_SPECIFICATION Property / ARTICLE_DEVICE_PROFILE_ACCORDING_TO_BACNET_SPECIFICATION Property

In This Topic
    ARTICLE_DEVICE_PROFILE_ACCORDING_TO_BACNET_SPECIFICATION Property
    In This Topic
    BACnet: Device profile according to BACnet specification # 26368.
    Syntax
    public PropertyValue ARTICLE_DEVICE_PROFILE_ACCORDING_TO_BACNET_SPECIFICATION {get; set;}
    public:
    property PropertyValue^ ARTICLE_DEVICE_PROFILE_ACCORDING_TO_BACNET_SPECIFICATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

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

    A BACnet device profile defines the specific requirements that a device must fulfill in order to communicate with other BACnet-compatible devices. In this property (preset) rules and protocols according to BACnet are specified which are used during the setting of a default configuration.

    See Also