API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_CREATIONDATE Property / SYMB_CREATIONDATE(Int32) Property

In This Topic
    SYMB_CREATIONDATE(Int32) Property
    In This Topic
    Creation date # 16021. This property isn't indexed.
    Syntax
    public PropertyValue SYMB_CREATIONDATE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_CREATIONDATE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Creation date of the symbol.

    See Also