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

In This Topic
    Exists(Placement) Method
    In This Topic
    Checks property existence for used obiect.
    Syntax
    public bool Exists( 
       Properties.Placement id
    )
    public:
    bool Exists( 
       Properties.Placement id
    ) 

    Parameters

    id
    Identifier of property

    Return Value

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