ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXPage Object > IGArtXPage Methods > AddMarkGroupIndex Method |
Adds new mark to ArtX page. Mark will be added to group with the index specified. Mark's coordinate system will be set to CoordType value.
AddMarkGroupIndex(IMark As IIGArtXMark, CoordType As enumIGArtXCoordType, GroupIndex As Long)
Name | Description |
---|---|
IMark | Handle of mark to add. |
CoordType | Coordinate type of mark on page. |
GroupIndex | Index of group to which to add mark. |
None
N/A