[]
Searches for an anchor with the specified name in the current collection.
public C1Anchor FindByName(string anchorName)
| Type | Name | Description |
|---|---|---|
| string | anchorName | The name to search for. |
| Type | Description |
|---|---|
| C1Anchor | The anchor with the specified name, or null if the anchor was not found. |