D_PAD.GetDrillSize is a function in the C++ programming language that is used to retrieve the drill size of a specific pad on a printed circuit board (PCB). This function allows developers to access and obtain the diameter of the drilling hole associated with a particular pad in order to perform further calculations or manipulations.
C++ (Cpp) D_PAD::GetDrillSize - 25 examples found. These are the top rated real world C++ (Cpp) examples of D_PAD::GetDrillSize extracted from open source projects. You can rate examples to help us improve the quality of examples.