Method | Description | |
---|---|---|
AddControlPoint ( |
||
AddCourseControl ( |
||
AddDescription ( |
||
AddFinishToCourse ( |
||
AddGap ( |
||
AddGap ( |
||
AddImageSpecial ( |
||
AddLegBend ( |
||
AddLineAreaSpecial ( |
||
AddLineSpecial ( |
||
AddPointSpecial ( |
||
AddRectangleSpecial ( |
||
AddSpecialCorner ( |
||
AddStartToCourse ( |
||
AddTextSpecial ( |
||
AddVariation ( |
||
AutoRenumberControls ( |
||
ChangeAllControlsCodeLocation ( |
||
ChangeAllControlsProperties ( |
||
ChangeAutoNumbering ( |
||
ChangeCode ( |
||
ChangeColumnFText ( |
||
ChangeControl ( |
||
ChangeControlExchange ( |
||
ChangeControlGaps ( |
||
ChangeControlLocation ( |
||
ChangeControlOrientation ( |
||
ChangeCourseAppearance ( |
||
ChangeCourseClimb ( |
||
ChangeCourseLoad ( |
||
ChangeCourseName ( |
||
ChangeCourseOverrideLength ( |
||
ChangeCourseProperties ( |
||
ChangeCourseSecondaryTitle ( |
||
ChangeCourseSortOrder ( |
||
ChangeCustomSymbolText ( |
||
ChangeDescriptionColumns ( |
||
ChangeDescriptionLanguage ( |
||
ChangeDescriptionSymbol ( |
||
ChangeDisplayedCourses ( |
||
ChangeEventTitle ( |
||
ChangeFlagging ( |
||
ChangeLegGaps ( |
||
ChangeMapScale ( |
||
ChangeNumberLocation ( |
||
ChangePartOptions ( |
||
ChangePrintArea ( |
||
ChangePunchcardFormat ( |
||
ChangeScore ( |
||
ChangeSpecialLocations ( |
||
ChangeSpecialOrientation ( |
||
ChangeSpecialText ( |
||
ChangeTextLine ( |
||
ChangeTextLine ( |
||
CreateCourse ( |
||
DeleteCourse ( |
||
DeleteSpecial ( |
||
DuplicateCourse ( |
||
MoveControlInCourse ( |
||
MoveLegBend ( |
||
MoveLegGap ( |
||
RemoveControl ( |
||
RemoveCourseControl ( |
||
RemoveGap ( |
||
RemoveLegBend ( |
||
RemoveLegGap ( |
||
RemoveSpecialCorner ( |
||
ReplaceControlInCourse ( |
||
SetAllPunchPatterns ( |
||
SetRelayParameters ( |
||
UpdateDescriptionCourses ( |
Method | Description | |
---|---|---|
ChangeSpecialLineAppearance ( |
||
FindUniqueControl ( |
public static AddControlPoint ( |
||
eventDB | ||
kind | ControlPointKind | |
code | string | |
location | ||
orientation | float | |
return | Id |
public static AddCourseControl ( |
||
eventDB | ||
controlId | Id |
|
courseId | Id |
|
courseControl1 | Id |
|
courseControl2 | Id |
|
return | Id |
public static AddDescription ( |
||
eventDB | ||
allCourses | bool | |
courses | ||
topLeft | ||
cellSize | float | |
numColumns | int | |
return | Id |
public static AddFinishToCourse ( |
||
eventDB | ||
controlId | Id |
|
courseId | Id |
|
addToOtherCourses | bool | |
return | Id |
public static AddGap ( |
||
gaps | ||
radians | double | |
return | PurplePen.CircleGap[] |
public static AddGap ( |
||
eventDB | ||
scale | float | |
controlId | Id |
|
pt1 | ||
pt2 | ||
return | void |
public static AddImageSpecial ( |
||
eventDB | ||
boundingRectangle | ||
imageBitmap | ||
imageName | string | |
return | Id |
public static AddLegBend ( |
||
eventDB | ||
controlId1 | Id |
|
controlId2 | Id |
|
newBend | ||
return | void |
public static AddLineAreaSpecial ( |
||
eventDB | ||
specialKind | SpecialKind | |
locations | ||
return | Id |
public static AddLineSpecial ( |
||
eventDB | ||
locations | ||
color | ||
lineKind | LineKind | |
lineWidth | float | |
gapSize | float | |
dashSize | float | |
return | Id |
public static AddPointSpecial ( |
||
eventDB | ||
specialKind | SpecialKind | |
location | ||
orientation | float | |
return | Id |
public static AddRectangleSpecial ( |
||
eventDB | ||
rect | ||
color | ||
lineKind | LineKind | |
lineWidth | float | |
gapSize | float | |
dashSize | float | |
cornerRadius | float | |
return | Id |
public static AddSpecialCorner ( |
||
eventDB | ||
specialId | Id |
|
newCorner | ||
return | void |
public static AddStartToCourse ( |
||
eventDB | ||
controlId | Id |
|
courseId | Id |
|
addToOtherCourses | bool | |
return | Id |
public static AddTextSpecial ( |
||
eventDB | ||
boundingRectangle | ||
text | string | |
fontName | string | |
bold | bool | |
italic | bool | |
color | ||
return | Id |
public static AddVariation ( |
||
eventDB | ||
courseDesignator | ||
variationCourseControlId | Id |
|
loop | bool | |
numberOfForks | int | |
return | bool |
public static AutoRenumberControls ( |
||
eventDB | ||
return | void |
public static ChangeAllControlsCodeLocation ( |
||
eventDB | ||
controlId | Id |
|
customLocation | bool | |
newAngle | float | |
return | void |
public static ChangeAllControlsProperties ( |
||
eventDB | ||
printScale | float | |
descriptionKind | DescriptionKind | |
return | void |
public static ChangeAutoNumbering ( |
||
eventDB | ||
startCode | int | |
disallowInvertibleCodes | bool | |
return | void |
public static ChangeCode ( |
||
eventDB | ||
controlId | Id |
|
newCode | string | |
return | void |
public static ChangeColumnFText ( |
||
eventDB | ||
controlId | Id |
|
newText | string | |
return | void |
public static ChangeControl ( |
||
eventDB | ||
courseControlId | Id |
|
newControlId | Id |
|
return | void |
public static ChangeControlExchange ( |
||
eventDB | ||
courseControlId | Id |
|
isExchange | bool | |
return | void |
public static ChangeControlGaps ( |
||
eventDB | ||
controlId | Id |
|
scale | float | |
newGaps | ||
return | void |
public static ChangeControlLocation ( |
||
eventDB | ||
controlId | Id |
|
newLocation | ||
return | void |
public static ChangeControlOrientation ( |
||
eventDB | ||
controlId | Id |
|
newOrientation | float | |
return | void |
public static ChangeCourseAppearance ( |
||
eventDB | ||
courseAppearance | ||
return | void |
public static ChangeCourseClimb ( |
||
eventDB | ||
courseId | Id |
|
newClimb | float | |
return | void |
public static ChangeCourseLoad ( |
||
eventDB | ||
courseId | Id |
|
newLoad | int | |
return | void |
public static ChangeCourseName ( |
||
eventDB | ||
courseId | Id |
|
newName | string | |
return | void |
public static ChangeCourseOverrideLength ( |
||
eventDB | ||
courseId | Id |
|
length | float | |
return | void |
public static ChangeCourseProperties ( |
||
eventDB | ||
courseId | Id |
|
courseKind | CourseKind | |
courseName | string | |
labelKind | ControlLabelKind | |
scoreColumn | int | |
secondaryTitle | string | |
printScale | float | |
climb | float | |
length | float | |
descriptionKind | DescriptionKind | |
firstControlOrdinal | int | |
return | void |
public static ChangeCourseSecondaryTitle ( |
||
eventDB | ||
courseId | Id |
|
newTitle | string | |
return | void |
public static ChangeCourseSortOrder ( |
||
eventDB | ||
courseId | Id |
|
newSortOrder | int | |
return | void |
public static ChangeCustomSymbolText ( |
||
eventDB | ||
customSymbolText | Dictionary |
|
customSymbolKey | bool>.Dictionary | |
return | void |
public static ChangeDescriptionColumns ( |
||
eventDB | ||
specialId | Id |
|
numColumns | int | |
return | void |
public static ChangeDescriptionLanguage ( |
||
eventDB | ||
newLangId | string | |
return | void |
public static ChangeDescriptionSymbol ( |
||
eventDB | ||
controlId | Id |
|
symbolNumber | int | |
newSymbol | string | |
return | void |
public static ChangeDisplayedCourses ( |
||
eventDB | ||
specialId | Id |
|
displayedCourses | ||
return | void |
public static ChangeEventTitle ( |
||
eventDB | ||
newTitle | string | |
return | void |
public static ChangeFlagging ( |
||
eventDB | ||
controlId1 | Id |
|
controlId2 | Id |
|
flagging | FlaggingKind | |
return | void |
public static ChangeLegGaps ( |
||
eventDB | ||
controlId1 | Id |
|
controlId2 | Id |
|
newGaps | ||
return | void |
public static ChangeMapScale ( |
||
eventDB | ||
newScale | float | |
return | void |
public static ChangeNumberLocation ( |
||
eventDB | ||
courseControlId | Id |
|
customLocation | bool | |
newLocation | ||
return | void |
public static ChangePartOptions ( |
||
eventDB | ||
courseDesignator | ||
partOptions | ||
return | void |
public static ChangePrintArea ( |
||
eventDB | ||
courseDesignator | ||
removeParts | bool | |
printArea | ||
return | void |
public static ChangePunchcardFormat ( |
||
eventDB | ||
punchcardFormat | ||
return | void |
public static ChangeScore ( |
||
eventDB | ||
courseControlId | Id |
|
newScore | int | |
return | void |
public static ChangeSpecialLocations ( |
||
eventDB | ||
specialId | Id |
|
newLocations | ||
return | void |
public static ChangeSpecialOrientation ( |
||
eventDB | ||
specialId | Id |
|
newOrientation | float | |
return | void |
public static ChangeSpecialText ( |
||
eventDB | ||
specialId | Id |
|
newText | string | |
fontName | string | |
fontBold | bool | |
fontItalic | bool | |
specialColor | ||
return | void |
public static ChangeTextLine ( |
||
eventDB | ||
controlId | Id |
|
textLine | string | |
above | bool | |
return | void |
public static ChangeTextLine ( |
||
eventDB | ||
courseControlId | Id |
|
textLine | string | |
above | bool | |
return | void |
public static CreateCourse ( |
||
eventDB | ||
courseKind | CourseKind | |
name | string | |
labelKind | ControlLabelKind | |
scoreColumn | int | |
secondaryTitle | string | |
printScale | float | |
climb | float | |
length | float | |
descriptionKind | DescriptionKind | |
firstControlOrdinal | int | |
addStartAndFinish | bool | |
return | Id |
public static DeleteCourse ( |
||
eventDB | ||
courseId | Id |
|
return | void |
public static DeleteSpecial ( |
||
eventDB | ||
specialId | Id |
|
return | void |
public static DuplicateCourse ( |
||
eventDB | ||
oldCourseId | Id |
|
newName | string | |
return | Id |
public static MoveControlInCourse ( |
||
eventDB | ||
courseId | Id |
|
courseControlIdToMove | Id |
|
destinationBefore | Id |
|
destinationAfter | Id |
|
return | Id |
public static MoveLegBend ( |
||
eventDB | ||
controlId1 | Id |
|
controlId2 | Id |
|
oldBend | ||
newBend | ||
return | void |
public static MoveLegGap ( |
||
eventDB | ||
controlId1 | Id |
|
controlId2 | Id |
|
oldPoint | ||
newPoint | ||
return | void |
public static RemoveControl ( |
||
eventDB | ||
controlId | Id |
|
return | void |
public static RemoveCourseControl ( |
||
eventDB | ||
courseId | Id |
|
courseControlIdRemove | Id |
|
return | ICollection |
public static RemoveGap ( |
||
start | ||
radians | double | |
return | PurplePen.CircleGap[] |
public static RemoveLegBend ( |
||
eventDB | ||
controlId1 | Id |
|
controlId2 | Id |
|
bendToRemove | ||
return | void |
public static RemoveLegGap ( |
||
eventDB | ||
controlId1 | Id |
|
controlId2 | Id |
|
gapLocation | ||
return | void |
public static RemoveSpecialCorner ( |
||
eventDB | ||
specialId | Id |
|
cornerToRemove | ||
return | void |
public static ReplaceControlInCourse ( |
||
eventDB | ||
courseId | Id |
|
oldControlId | Id |
|
newControlId | Id |
|
return | void |
public static SetAllPunchPatterns ( |
||
eventDB | ||
allPatterns | PunchPattern>.Dictionary | |
return | void |
public static SetRelayParameters ( |
||
eventDB | ||
courseId | Id |
|
numberTeams | int | |
numberLegs | int | |
return | void |
public static UpdateDescriptionCourses ( |
||
eventDB | ||
descriptionId | Id |
|
return | void |