WebAnnotationControllerGetGroup Method |
Gets the n'th group in the annotation tree on the Layer at the given layerIndex.
Namespace:
Atalasoft.Imaging.WebControls.Annotations
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationUI GetGroup(
int layerIndex,
int n
)
Public Function GetGroup (
layerIndex As Integer,
n As Integer
) As AnnotationUI
Parameters
- layerIndex
- Type: SystemInt32
Index of the layer that the group is on. - n
- Type: SystemInt32
Number that represents the index of the desired group while all groups on the desired layer
are counted in sequential order.
Return Value
Type:
AnnotationUISee Also