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

In This Topic
    PART_ACCESSORYLIST_DESCRIPTION(Int32) Property
    In This Topic
    Description (Accessory list) # 22959. This property isn't indexed.
    Syntax
    public MDPropertyValue PART_ACCESSORYLIST_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ PART_ACCESSORYLIST_DESCRIPTION {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    Description of the accessory list in parts management.

    See Also