'Declaration
Public Overloads Function MarkIsSelected( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As ImGearARTPage
Dim markId As Integer
Dim value As Boolean
value = instance.MarkIsSelected(markId)
Parameters
- markId
- ID of the mark to check.
Return Value
Returns true if the mark is selected, false - otherwise.