'Declaration Public Function FindByName( _ ByVal anchorName As String _ ) As C1Anchor
public C1Anchor FindByName( string anchorName )
Parameters
- anchorName
- The name to search for.
Return Value
The anchor with the specified name, or null if the anchor was not found.