Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / SegmentDefinition Class / PropertiesConfigurations Property

In This Topic
    PropertiesConfigurations Property
    In This Topic
    Property configurations assigned to this segment definition.
    Syntax
    public PropertyConfiguration[] PropertiesConfigurations {get;}
    public:
    property array<PropertyConfiguration^>^ PropertiesConfigurations {
       array<PropertyConfiguration^>^ get();
    }
    See Also