[]
Constructor.
public Relation(object start, object end)
| Type | Name | Description |
|---|---|---|
| object | start | A object indicates the start point. |
| object | end | A object indicates the end point. |
Constructor.
public Relation(object start, object end, RelationDirections direction)
| Type | Name | Description |
|---|---|---|
| object | start | A object indicates the start point. |
| object | end | A object indicates the end point. |
| RelationDirections | direction | A RelationDirections indicates the direction. |