Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / InstallationSpace Class / LastModificator Property

In This Topic
    LastModificator Property (InstallationSpace)
    In This Topic
    Gets/sets an installation space's property last modificator the user name set must exist in the project, since it internally references a userinfo object setting the last modificator on an installation space automatically sets it on the project, too setting the last modificator requires that neither a undo step nor a transaction is open
    Syntax
    public string LastModificator {get; set;}
    public:
    property String^ LastModificator {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    installation spaces last modificator as identifying user name
    Exceptions
    ExceptionDescription
    Thrown on set when undo or transaction is open or the user name does not exist.
    See Also