API Help
Eplan.EplApi.DataModel.Graphics Namespace / PropertyPlacement Class / DisplayedProperty Property
Example

In This Topic
DisplayedProperty Property
In This Topic
Return Eplan.EplApi.DataModel.AnyPropertyId equal to displayed property id.
Syntax
public AnyPropertyId DisplayedProperty {get; set;}

Property Value

Eplan.EplApi.DataModel.AnyPropertyId equal to displayed property id.
Example
PropertyPlacement p1;//a valid PropertyPlacement object
PropertyPlacement p2;//a valid PropertyPlacement object

if (p1.Source == p2.Source)
{
	//two PropertyPlacements show the same property id
}
See Also