ConnectorEnds
- class ConnectorEnds
-
Members defined in
ConnectorEnds(0 members)Members inherited from
ConnectorEndsAccessor(8 members)
RReturns
Trueif the contents of this accessor can be modified. In such a case,try_methods will return values, and corresponding modification methods will not raiseValueErrors.
Same as
try_appendbut will raiseValueErrorif the contents cannot be modified.
Clear the contents accessed by this accessor. Does nothing if the contents cannot be modified.
Erase
Featureat the specified index. RaisesIndexErrorif the index is out of bounds.
Extract
Featureat the specified index. RaisesIndexErrorif the index is out of bounds.
Same as
insertbut will raiseValueErrorif the contents cannot be modified.
Try appending a new
Feature. Ownership constraints apply.
Try inserting a new
Featureat the specified index. Ownership constraints apply.Members inherited from
ChildrenNodesView(6 members)
RThe related elements in this container.
RThe relationships in this container.