fmeobjects.FMEArc.hasExplicitEndpoints
- FMEArc.hasExplicitEndpoints()
This returns
Trueif the arc’s end points have been explicitly set, andFalseotherwise.getPropertiesAsCentered()method can calculate the end points if none have been specified by setting the ‘withEnds’ parameter toTrue. If this is not desired,hasExplicitEndpointscan be called first to determine whether the ‘withEnds’ parameter should be set toTrueorFalse.