Eplan Platform API
Eplan.EplApi.DataModel Namespace / AnyPropertyId Class / AnyPropertyId Constructor / AnyPropertyId Constructor(Project,String)
Project in which user-defined property is created.
Identifying name of user-defined property.

In This Topic
    AnyPropertyId Constructor(Project,String)
    In This Topic
    Constructor. Creates the AnyPropertyId object from user-defined property identifying name.
    Syntax

    Parameters

    pProject
    Project in which user-defined property is created.
    strUserDefiniedPropertyIdentName
    Identifying name of user-defined property.
    Exceptions
    ExceptionDescription
    Thrown when pProject or strUserDefiniedPropertyIdentName is null.
    Thrown when pProject is invalid.
    Thrown when property was not found.
    See Also