ProcedureParameterFormat Property |
Namespace: Demo3D.QuickLogic
The format for this is text interspersed with parameters in {name:type} format. If the QuickLogic procedure is a function that returns a result then add {returns:type}.
These are examples of ParameterFormat strings for a QuickLogic procedure:
"Order Load {sku:String} with Layers {numLayers:Int32} Store to Bin {binLoc:BinLocations}"
"Get Volume Of {load:Visual} {returns:Double}"