API Help
Eplan.EplApi.DataModel Namespace / Properties.FunctionDefinitionLibrary Enumeration

In This Topic
    Properties.FunctionDefinitionLibrary Enumeration
    In This Topic
    Identificators of properties owned by FunctionDefinitionLibrary class.
    Syntax
    public enum Properties.FunctionDefinitionLibrary : System.Enum 
    public enum class Properties.FunctionDefinitionLibrary : public System.Enum 
    Members
    MemberValueDescription
    FCTDEFLIB_CREATIONDATE15504Creation date # 15504.
    FCTDEFLIB_CREATOR15503Creator # 15503.
    FCTDEFLIB_LASTMODIFICATIONDATE15501Modification date # 15501.
    FCTDEFLIB_LASTMODIFICATOR15505Last editor: Logon name # 15505.
    FCTDEFLIB_NAME15500Function definition library # 15500.
    FCTDEFLIB_VERSION15502Version information of function definition library # 15502.
    PROPUSER_LAST_USERCODE3010Last editor: ID # 3010.
    PROPUSER_LAST_USEREMAIL3013Last editor: E-mail # 3013.
    PROPUSER_LAST_USERNAME3011Last editor: Name # 3011.
    PROPUSER_LAST_USERPHONE3012Last editor: Phone # 3012.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.Properties.FunctionDefinitionLibrary

    See Also