'Declaration Public Overloads Function AddMark( _ ByVal mark As ImGearARTMark, _ ByVal type As ImGearARTCoordinatesType, _ ByVal groupIndex As Integer _ ) As Integer
'Usage Dim instance As ImGearARTPage Dim mark As ImGearARTMark Dim type As ImGearARTCoordinatesType Dim groupIndex As Integer Dim value As Integer value = instance.AddMark(mark, type, groupIndex)
public int AddMark( ImGearARTMark mark, ImGearARTCoordinatesType type, int groupIndex )
public: int AddMark( ImGearARTMark* mark, ImGearARTCoordinatesType type, int groupIndex )
public: int AddMark( ImGearARTMark^ mark, ImGearARTCoordinatesType type, int groupIndex )
Parameters
- mark
- Reference to the mark to add.
- type
- Type of the coordinate system the mark coordinates are specified in.
- groupIndex
- Index of the group to add the mark to.
Return Value
Integer value.