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

In This Topic
    PART_ACCESSORYLIST_NAME(Int32) Property
    In This Topic
    Name (accessory list) # 22960. This property isn't indexed.
    Syntax
    public MDPropertyValue PART_ACCESSORYLIST_NAME( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ PART_ACCESSORYLIST_NAME {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of the accessory list (hierarchy level "Accessory list" in parts management).

    See Also