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

In This Topic
    PART_ACCESSORYPLACEMENT_LASTCHANGE(Int32) Property
    In This Topic
    Last editor / Modification date (accessory placement) # 22973. This property isn't indexed.
    Syntax
    public MDPropertyValue PART_ACCESSORYPLACEMENT_LASTCHANGE( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ PART_ACCESSORYPLACEMENT_LASTCHANGE {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Last change to part in the "Accessory placement" hierarchy level in parts management.

    See Also