Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / UserDefinedPropertyDefinitions Property

In This Topic
    UserDefinedPropertyDefinitions Property (Project)
    In This Topic
    Returns array of all UserDefinedPropertyDefinition from this project.
    Syntax
    public UserDefinedPropertyDefinition[] UserDefinedPropertyDefinitions {get;}
    public:
    property array<UserDefinedPropertyDefinition^>^ UserDefinedPropertyDefinitions {
       array<UserDefinedPropertyDefinition^>^ get();
    }
    See Also