API Help
Eplan.EplApi.DataModel Namespace / ConnectionPointsInfoPropertyList Class / PART_TERMINAL_LASTCHANGE Property / PART_TERMINAL_LASTCHANGE(Int32) Property

In This Topic
    PART_TERMINAL_LASTCHANGE(Int32) Property
    In This Topic
    Last editor / Modification date (connection point pattern) # 22944. This property isn't indexed.
    Syntax
    public PropertyValue PART_TERMINAL_LASTCHANGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PART_TERMINAL_LASTCHANGE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Last change to the connection point pattern in parts management. Shows the login name of the user who last edited the record along with the date and time of the last change.

    See Also