GetNextSubtool
object GetNextSubtool (object masterTool, object subTool)
Return Value: The next 'sub tool' of masterTool after subTool..
Arguments:
masterTool |
the master tool that you want the first sub tool from |
subTool | the previous sub too |
Get the next sub too after subTool associated with masterTool. For example, if you pass a Curve and the first Point respectively, this function will return the second Point on the Curve.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |