MaxDataMagnitude Property
MaxDataMagnitude returns the maximum magnitude of the input data in a vector map. Returns a double. This is a read-only property.
Syntax
object.MaxDataMagnitude
Example
This example demonstrates how to return the maximum magnitude of the input data.
Debug.Print VectorLayer.MaxDataMagnitude
Used by: VectorLayer Object