Click or drag to resize

MarkupTableAdd Method

Adds a new markup with specified definition to the table.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int Add(
	Markup markup
)

Parameters

markup
Type: Rhino.DocObjectsMarkup
Definition of new markup. The information in markup is copied. If markup.Name is empty then a unique name of the form "Markup 01" will be automatically created.

Return Value

Type: Int32
Index of new markup type or -1 on error.
See Also