ImageGear for .NET
Item Property
See Also  Send Feedback
ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTGroup Class : Item Property




index
Index of a mark.

Glossary Item Box

Gets or sets a mark by index.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

index
Index of a mark.

Property Value

ImGearARTMark class object.

Remarks

Indexed property for accessing individual marks from the group.

When setting a new mark at the specified index, please make sure it does not have parent group (i.e. ImGearARTMark.ParentGroup is null), otherwise ImageGear.Core.ImGearException will be thrown. If the mark to be added already has parent group, please clone it prior to setting at the specified index.

See Also

©2013. Accusoft Corporation. All Rights Reserved.