SetScaling
SetScaling sets the vector scaling parameters.
Syntax
object.SetScaling( Type, Minimum, Maximum )
Parameter |
Type |
Required/ Optional |
Default |
Description |
Type |
Required |
This enumerated value specifies the parameters. |
||
Minimum |
Double |
Required |
This specifies the minimum length. |
|
Maximum |
Double |
Required |
This specifies the maximum length. |
Example
This example demonstrates how to specify the shaft length scale of a vector map.
VectorLayer.SetScaling(srfVSShaftLength, 0.1, 0.8)
Used by: VectorLayer Object