API Help
Eplan.EplApi.MasterData Namespace / MDSymbolPropertyList Class / SYMB_LASTMANUMODIFICATIONDATE Property / SYMB_LASTMANUMODIFICATIONDATE(Int32) Property

In This Topic
    SYMB_LASTMANUMODIFICATIONDATE(Int32) Property
    In This Topic
    Modification date (manual) # 16025. This property isn't indexed.
    Syntax
    public MDPropertyValue SYMB_LASTMANUMODIFICATIONDATE( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ SYMB_LASTMANUMODIFICATIONDATE {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Manually entered change date of the symbol.

    See Also