NShapeGraphAdapter Class Properties
In This Topic
For a list of all members of this type, see NShapeGraphAdapter members.
Public Properties
| Name | Description |
| CustomEdgeComparer | Gets or sets the custom edge comparer. Applicable when EdgeOrder is set to Custom. |
| EdgeOrder | Specifies the sorting order of the edges. By default set to Id. |
| ShapeSet | Specifies the set of shapes, which are explictly specified for graph adaption. All shapes that are not contained in this set are ignored. If this property is set to null (the default), all shapes can potentially generate graph vertices and edges. |
| VisibleOnly | Specifies whether only visible shapes should be adapted as graph parts. If set to true invisible shapes are ignored. |
Top
See Also