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

SetPropertyId Method
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
)

Parameters

propertyId
Number of property.

Return Value

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