API Help
Eplan.EplApi.DataModel Namespace / BlockPropertyList Class / Exists Method / Exists(Block) Method
Identifier of property

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

    Parameters

    id
    Identifier of property

    Return Value

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