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
Syntaxpublic int AddReferenceMarkup(
Markup markup
)
Public Function AddReferenceMarkup (
markup As Markup
) As Integer
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