Eplan Platform API
Eplan.EplApi.DataModel Namespace / MergedConnection Class / Properties Property

In This Topic
    Properties Property (MergedConnection)
    In This Topic
    .NET Property enabling access to P8 properties of the DocumentBase object.
    Syntax
    public new MergedConnectionPropertyList Properties {get;}
    public:
    new property MergedConnectionPropertyList^ Properties {
       MergedConnectionPropertyList^ get();
    }

    Property Value

    P8 properties of the document.
    Exceptions
    ExceptionDescription
    Thrown when object wasn't created.
    See Also