ModelView Properties |
The ModelView type exposes the following members.
Name | Description | |
---|---|---|
CoordinatesPerEntityDefinition |
Gets the coordinates per entity definition. This dictionary isn't updated in real-time, but used as a storage facility for coordinates when
the modelview is viewed in a viewer and the viewer is closed: the location of the entities is then stored in this storage.
| |
Documentation |
Gets or sets the documentation for the modelview
| |
Edges |
Gets the edges contained in this SubGraphView. All edges are part of this.MainGraph. All vertices are part of this.MainGraph. Enumerating this property will enumerate the
inner structures of the SubGraphView, no copy is made. This requires a lock on this.MainGraph.SyncRoot if this.MainGraph.IsSynchronized is set to true to make sure enumeration of
this property is thread safe.
(Inherited from SubGraphViewTVertex, TEdge.) | |
Error |
Gets an error message indicating what is wrong with this object.
| |
InheritanceEdges |
Gets all inheritance edges for the elements in this view.
| |
Item |
Gets the String with the specified column name.
| |
MainGraph |
Gets the main graph this SubGraphView is a view on
(Inherited from SubGraphViewTVertex, TEdge.) | |
Name |
Gets or sets the name of the model view.
| |
PerformFullInitialLayoutIfDisplayed |
Gets a value indicating whether a full layout has to be calculated when the modelview is displayed (true) or an incremental layout (false).
A full layout is issued when no stored coordinates are present.
| |
Vertices |
Gets the vertices contained in this SubGraphView. All vertices are part of this.MainGraph. Enumerating this property will enumerate the inner structures of the SubGraphView,
no copy is made. This requires a lock on this.MainGraph.SyncRoot if this.MainGraph.IsSynchronized is set to true to make sure enumeration of this property is thread safe.
(Inherited from SubGraphViewTVertex, TEdge.) |