Click or drag to resize

MarkupTableAddReferenceMarkup Method

Adds a reference markup that will not be saved in files.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int AddReferenceMarkup(
	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 or -1 on error.
See Also