API Help
Eplan.EplApi.MasterData Namespace / MDSymbolLibraryPropertyList Class / SYMBLIB_LASTMODIFICATOR Property / SYMBLIB_LASTMODIFICATOR(Int32) Property

In This Topic
    SYMBLIB_LASTMODIFICATOR(Int32) Property
    In This Topic
    Last editor: Logon name # 15022. This property isn't indexed.
    Syntax
    public MDPropertyValue SYMBLIB_LASTMODIFICATOR( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ SYMBLIB_LASTMODIFICATOR {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    User code of the last person to edit the symbol library.

    See Also