Eplan Platform API
Eplan.EplApi.DataModel Namespace / AnyPropertyId Class / SetPropertyId Method
Number of property.

In This Topic
    SetPropertyId Method
    In This Topic
    Sets P8 Property ID into AnyProjectId object. When setting a property by number, be aware, that the property might not exist for the object.
    Syntax
    public AnyPropertyId SetPropertyId( 
       int propertyId
    )
    public:
    AnyPropertyId^ SetPropertyId( 
       int propertyId
    ) 

    Parameters

    propertyId
    Number of property.

    Return Value

    This object for next use.
    Exceptions
    ExceptionDescription
    Thrown when property was not found.
    See Also