DisplayedProperty Property
Return
Eplan.EplApi.DataModel.AnyPropertyId equal to displayed property id.
Property Value
Eplan.EplApi.DataModel.AnyPropertyId equal to displayed property id.
PropertyPlacement p1;//a valid PropertyPlacement object
PropertyPlacement p2;//a valid PropertyPlacement object
if (p1.Source == p2.Source)
{
//two PropertyPlacements show the same property id
}