In This Topic
Creates a new
Contour and associates it with the
LayoutView.
Syntax
'Declaration
Public Function CreateContour( _
Optional ByVal As System.Object _
) As Contour
public Contour CreateContour(
System.object
)
Parameters
- tag
- The object that contains data about the Contour.
Return Value
The created
Contour object.
See Also