Deletes the mark.
Syntax
public void MarkRemove(
int
)
public: void MarkRemove(
int
)
public:
void MarkRemove(
int
)
'Declaration
Public Overloads Sub MarkRemove( _
ByVal As Integer _
)
'Usage
Dim instance As ImGearARTPage
Dim markId As Integer
instance.MarkRemove(markId)
Parameters
- markId
- ID of the mark to delete.
See Also