Question: Is there an existing function that takes a DTM and returns true if a certain percentage of the sub-points are found?
Example: You have a DTM with a main point and 4 sub-points and you want the function to return true if it finds the main point and 2 sub-points or 50%
Discussion: If no such function exists how would i go about writing one? I know you could calculate percentage of sub-points by dividing points found by total points. Another option would be to make the function ask for minimum sub-points to find instead of a percentage. As a side question, where is the source for FindDTM? I cannot find it in my includes.
Reason: A lot of times part of a DTM is covered so finding it fails.
Thanks in advance for any input/help you provide!


Reply With Quote





