Click or drag to resize

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
)

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