[]
Creates a new Contour and associates it with the LayoutView.
public Contour CreateContour(object tag = null)
Public Function CreateContour(Optional tag As Object = Nothing) As Contour
| Type | Name | Description |
|---|---|---|
| object | tag | The object that contains data about the Contour. |
| Type | Description |
|---|---|
| Contour | The created Contour object. |