Click or drag to resize

LayerData.GetAttachments 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
)

Parameters

parent
Type: Atalasoft.Annotate.AnnotationData
The parent annotation.

Return Value

Type: IEnumerable<AnnotationData>
An IEumerable of AnnotationData for all annotations attached to the specified parent.
See Also