Click or drag to resize

MarkupTableFindName Method

Finds the markup with a given name.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public Markup FindName(
	string name
)

Parameters

name
Type: SystemString
The name of the markup to find.

Return Value

Type: Markup
The markup if found; otherwise null.
See Also