VertexElem
VertexElem is derived class of GraphElem and is a base class representing an entity, junctor and group.
Fields
Field | Type | Description |
| boolean | Read only. Returns |
| Group or | The parent Group of the element or |
| boolean | Read only. |
| boolean | Read only. |
| list of Edge | Read only. A list of the elementβs in-edges. Does not include back edges during a call to the operate method of Document |
| list of Edge | Read only. A list of the elementβs out-edges. Does not include back edges during a call to the operate method of Document |
| integer | Read only. The index of the element in chart view or zero if canvas not in chart view |
Last updated