DoReassignWires(Function,Connection[],Boolean,AnyPropertyId[]) Method
In This Topic
All wires in cable are assigned to a matching template of the cable or shielding. User specifies templates to which wires will be assigned. Works only for
Eplan.EplApi.DataModel.EObjects.Cable or
Eplan.EplApi.DataModel.Function with category
Eplan.EplApi.DataModel.Function.Enums.Category.Shielding.
Syntax
Parameters
- oFunction
- Function on which this procedure will be executed.
- arrWireTemplates
- List of templates which will be assign to wires.
- bChangeExistingProperties
- If true existing wire properties can be changed.
- arrListOfExcludedAnyPropertyIds
- List of properties ids. Value of those properties will not be changed. Can be NULL.
Exceptions
Exception | Description |
ArgumentNullException | If parameter is NULL. |
ArgumentException | If parameter is invalid. |
ApplicationException | Internal interface
could not be
created. |
Eplan.EplApi.Base.BaseException | An error occurred when reassigning wires.
Please read the exception message. |
See Also