Eplan Platform API
Eplan.EplApi.DataModel Namespace / UniversalPropertyList Class / Exists Method / Exists(AnyPropertyId) Method
Identifier of property

In This Topic
Exists(AnyPropertyId) Method
In This Topic
Checks property existence for used object.
Syntax
public bool Exists( 
   AnyPropertyId propertyId
)

Parameters

propertyId
Identifier of property

Return Value

Returns true if given property exists for used object otherwise false.
See Also