public void Convert(SelectMgrSelection aSelection)
 {
     SelectMgr_ViewerSelector_ConvertD1B6659F(Instance, aSelection.Instance);
 }
Example #2
0
 public void AddSelection(SelectMgrSelection aSelection, int aMode)
 {
     SelectMgr_SelectableObject_AddSelection7C718F26(Instance, aSelection.Instance, aMode);
 }
 public SelectMgrStateOfSelection Status(SelectMgrSelection aSelection)
 {
     return((SelectMgrStateOfSelection)SelectMgr_ViewerSelector_StatusD1B6659F(Instance, aSelection.Instance));
 }