Gets the start point of the slot.
Syntax: |
---|
DlxPad.GetSlotStartPoint() |
Return Value
If the pad has a slotted hole, it returns a DlxPoint with the coordinates of the start point of the slot; otherwise it returns the coordinates of the center of the hole. If an error occurs it returns an invalid point. Use IsValid to verify that the point is valid.
Example
Copy code | |
---|---|
|