Selects or deselects the specified mark.
Syntax
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