TTMSMCPSamplingRequestBuilder.WithCostPriority Method
Sets how much weight the client should give to keeping the cost low.
API unit family: TMS.MCP.Sampling
Declaring type: TTMSMCPSamplingRequestBuilder
Syntax
function WithCostPriority(APriority: Double): TTMSMCPSamplingRequestBuilder;
Parameters
| Name | Description |
|---|---|
APriority |
Weight from 0 (unimportant) to 1 (most important); a value outside the range is clamped. The weight is 0.5 when it is not set. |
Returns
The builder, so that further calls can be chained.