AnnotationControllerFindAnnotationLayer Method (LayerAnnotation, AnnotationUI) |
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public LayerAnnotation FindAnnotationLayer(
LayerAnnotation hostLayer,
AnnotationUI annotation
)
Public Function FindAnnotationLayer (
hostLayer As LayerAnnotation,
annotation As AnnotationUI
) As LayerAnnotation
Parameters
- hostLayer
- Type: Atalasoft.Annotate.UILayerAnnotation
The host layer to being searching from. - annotation
- Type: Atalasoft.Annotate.UIAnnotationUI
The annotation to search for.
Return Value
Type:
LayerAnnotation The
LayerAnnotation containing the annotation or null (Nothing in Visual Basic) if the
annotation is not found.
See Also