Removes a mark specified by index from the group.
Syntax
public void RemoveAt(
int
)
public: void RemoveAt(
int
)
public:
void RemoveAt(
int
)
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
'Usage
Dim instance As ImGearARTGroup
Dim index As Integer
instance.RemoveAt(index)
Parameters
- index
- Index of a mark in the group to remove.
See Also