MinMagnitude Property
MinMagnitude returns the vector map minimum magnitude used for symbol scaling. Returns a double. This is a read-only property.
Syntax
object.MinMagnitude
Example
This example demonstrates how to return the minimum magnitude for symbol scaling.
Debug.Print VectorLayer.MinMagnitude
Used by: VectorLayer Object