LayerDataGetAttachments Method |
Returns an IEumerable of
AnnotationData for all annotations attached to the
specified parent.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public IEnumerable<AnnotationData> GetAttachments(
AnnotationData parent
)
Public Function GetAttachments (
parent As AnnotationData
) As IEnumerable(Of AnnotationData)
Parameters
- parent
- Type: Atalasoft.AnnotateAnnotationData
The parent annotation.
Return Value
Type:
IEnumerableAnnotationData An IEumerable of
AnnotationData for all annotations attached to the
specified parent.
See Also