Eplan Platform API
Eplan.EplApi.DataModel Namespace / MergedConnection Class / GetMergedProperty Method
AnyPropertyId - id of property to read

In This Topic
    GetMergedProperty Method (MergedConnection)
    In This Topic
    Returns value of merged property having given property id.
    Syntax
    public PropertyValue GetMergedProperty( 
       AnyPropertyId propId
    )
    public:
    PropertyValue^ GetMergedProperty( 
       AnyPropertyId^ propId
    ) 

    Parameters

    propId
    AnyPropertyId - id of property to read

    Return Value

    PropertyValue value of the property.
    Exceptions
    ExceptionDescription
    Thrown when object wasn't created.
    See Also