'Declaration Public Function FindByAnchorName( _ ByVal anchorName As String, _ ByRef anchor As C1Anchor _ ) As RenderObject
public RenderObject FindByAnchorName( string anchorName, out C1Anchor anchor )
Parameters
- anchorName
- The name of the anchor to search for.
- anchor
- OUT: contains the C1Anchor object with the specified name.
Return Value
Returns the found render object or null if not found.The object containing the specified anchor, or null if no object was found.