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

In This Topic
    PART_USED_AS_ACCESSORY_FILTER(Int32) Property
    In This Topic
    Part number in accessory # 22963. This property isn't indexed, and is read-only.
    Syntax
    public MDPropertyValue PART_USED_AS_ACCESSORY_FILTER( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ PART_USED_AS_ACCESSORY_FILTER {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    This property can be used in filters to determine where the part will be used as an accessory.

    See Also