Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / SegmentDefinition Class / AddPropertyConfiguration Method
User defined property definition for which configuration is beening added. Can't be null.

In This Topic
    AddPropertyConfiguration Method
    In This Topic
    Adds new property configuration for given user defined property definition.
    Syntax

    Parameters

    pPropertyDef
    User defined property definition for which configuration is beening added. Can't be null.

    Return Value

    Property configuration for given user defined property definition.
    Exceptions
    ExceptionDescription
    Thrown if any of parameters is null.
    Remarks
    If property configuration for given property id already exists then it is rewrite with new one.
    See Also