MarkSelect(Int32,Boolean) Method
In This Topic
Selects or deselects the specified mark.
Syntax
'Declaration
Public Overloads Sub MarkSelect( _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As ImGearARTPage
Dim markId As Integer
Dim state As Boolean
instance.MarkSelect(markId, state)
public void MarkSelect(
int ,
bool
)
public: void MarkSelect(
int ,
bool
)
public:
void MarkSelect(
int ,
bool
)
Parameters
- markId
- Mark ID to select or deselect.
- state
- Pass true to select the mark, false to deselect.
See Also