API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_CAN_BE_LINED_UP Property / ARTICLE_CAN_BE_LINED_UP(Int32) Property

In This Topic
    ARTICLE_CAN_BE_LINED_UP(Int32) Property
    In This Topic
    Alignable # 22229. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_CAN_BE_LINED_UP( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_CAN_BE_LINED_UP {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Shows whether a terminal part (terminal or accessories) can be aligned. Terminals can always be aligned. This property can be changed in the case of accessory parts. The property for accessories with product subgroups "Terminator," "End clamp" and "Partition" is enabled by default; it is not enabled by default for all other product subgroups.

    See Also