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

GetMergedProperty Method (MergedConnection)
Returns value of merged property having given property id.
Syntax
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