Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / HasPotentialSeparated Property

HasPotentialSeparated Property
Gets/Sets, if the function separates potentials.
Syntax
public bool HasPotentialSeparated {get; set;}

Property Value

true : Function separates potentials

false : Function does not separate potentials

Exceptions
ExceptionDescription
Thrown when the information cannot be retrieved from data model.
Thrown when the property cannot be set.
Remarks
Property can be set only for Functions having Pins. For example ConnectionDefinitionPoint is excluded.
See Also