'宣言 Public Function New( _ ByVal start As System.Object, _ ByVal end As System.Object, _ ByVal direction As RelationDirections _ )
public Relation( System.object start, System.object end, RelationDirections direction )
パラメータ
- start
- A object indicates the start point.
- end
- A object indicates the end point.
- direction
- A RelationDirections indicates the direction.