Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / UserDefinedPropertyDefinitions Property

In This Topic
    UserDefinedPropertyDefinitions Property (MDPartsDatabase)
    In This Topic
    Returns user-defined property definitions array
    Syntax
    public MDUserDefinedPropertyDefinition[] UserDefinedPropertyDefinitions {get;}
    public:
    property array<MDUserDefinedPropertyDefinition^>^ UserDefinedPropertyDefinitions {
       array<MDUserDefinedPropertyDefinition^>^ get();
    }
    See Also