Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_PART_REQUIRES_CONFIGURATION_BEFORE_USE Property / ARTICLE_PART_REQUIRES_CONFIGURATION_BEFORE_USE Property

In This Topic
    ARTICLE_PART_REQUIRES_CONFIGURATION_BEFORE_USE Property
    In This Topic
    Part must be configured before use # 26724.
    Syntax
    public MDPropertyValue ARTICLE_PART_REQUIRES_CONFIGURATION_BEFORE_USE {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PART_REQUIRES_CONFIGURATION_BEFORE_USE {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Specifies whether the part must be configured before use. Such parts can have the Eplan Data Standard logo even though they are excluded from specific validation checks.

    See Also