Click or drag to resize

MarkupTableDuplicate Method

Duplicates a markup.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int Duplicate(
	int index
)

Parameters

index
Type: SystemInt32
zero based index of markup to delete.

Return Value

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