The Zoom Factor to use when zooming in to a dynamic map. A factor of 1.0 will not change the zoom level of the map whereas 2.0 will double the level and 0.5 will cut it in half.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ZoomLevel
Dim value As Double
instance.DynamicZoomInFactor = value
value = instance.DynamicZoomInFactor |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also