Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Component Class / Properties Property

In This Topic
    Properties Property (Component)
    In This Topic
    .NET Property enabling access to EPLAN properties of the Component object.
    Syntax
    public new ComponentPropertyList Properties {get;}
    public:
    new property ComponentPropertyList^ Properties {
       ComponentPropertyList^ get();
    }

    Property Value

    EPLAN properties of the Component.
    See Also