API Help
Eplan.EplApi.DataModel Namespace / Function Class / CanGiveConnDesignationsToOtherFunctions Property

CanGiveConnDesignationsToOtherFunctions Property
Returns flag, if this function can give connection designations to other functions (is meant for the Device-Tag-Editor, where sometimes there can be edited more connection designations than the actual function has)
Syntax
public virtual bool CanGiveConnDesignationsToOtherFunctions {get;}

Property Value

true : can give connection designations to other functions

false : cannot give connection designations to other functions

Exceptions
ExceptionDescription
Thrown when the property cannot be obtained
See Also