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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Manually entered date of last change.

    See Also