Gocator API > Go2.Profile > Values > Go2ProfileGrooveSelectType
Gocator 2x00 API
Go2ProfileGrooveSelectType
Description

Determines which groove to select when multiple are present.

C
enum Go2ProfileGrooveSelectType {
  GO2_PROFILE_GROOVE_SELECT_DEPTH = 0,
  GO2_PROFILE_GROOVE_SELECT_LEFT = 1,
  GO2_PROFILE_GROOVE_SELECT_RIGHT = 2
};
Members
Members 
Description 
GO2_PROFILE_GROOVE_SELECT_DEPTH = 0 
Select the groove with the largest depth. 
GO2_PROFILE_GROOVE_SELECT_LEFT = 1 
Select the N-th groove from the left. 
GO2_PROFILE_GROOVE_SELECT_RIGHT = 2 
Select the N-th groove from the right. 
File

Go2ProfileTypes.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.