fmeobjects.FMEArc.hasExplicitEndpoints

FMEArc.hasExplicitEndpoints()

This returns True if the arc’s end points have been explicitly set, and False otherwise. getPropertiesAsCentered() method can calculate the end points if none have been specified by setting the ‘withEnds’ parameter to True. If this is not desired, hasExplicitEndpoints can be called first to determine whether the ‘withEnds’ parameter should be set to True or False.

Return type:

bool

Returns:

True if the arc has explicit end points, False otherwise.