default ElementId.Matches |
EdgeId.isRelated(ElementId that) |
This is related to an ElementId if either the ElementId is equal
to this EdgeId or it is an EntityId and its identifier matches this
EdgeId's source or destination.
|
default ElementId.Matches |
EdgeId.isRelated(EntityId that) |
This is related to an EntityId if the EntityId's identifier
matches this EdgeId's source or destination.
|
ElementId.Matches |
ElementId.isRelated(ElementId that) |
|
default ElementId.Matches |
EntityId.isRelated(EdgeId that) |
This is related to an EdgeId if either the EdgeId's source or
destination matches this EntityId's vertex.
|
default ElementId.Matches |
EntityId.isRelated(ElementId that) |
This is related to an ElementId if either the ElementId is equal
to this EntityId or it is an EdgeId and its source or destination matches
this EntityId's vertex.
|
static ElementId.Matches |
ElementId.Matches.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ElementId.Matches[] |
ElementId.Matches.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|