When zooming to points, this is the number which the full extent will be divided by in order to calculate the extent to zoom to.              
            
            
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| <ResCategoryAttribute("TaskResults")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("When zooming to points, this is the number which the full extent will be divided by in order to calculate the extent to zoom to.")>
<BrowsableAttribute(True)>
Public Property ZoomToPointFactor As Double | 
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As TaskResults
Dim value As Double
 
instance.ZoomToPointFactor = value
 
value = instance.ZoomToPointFactor | 
| C# |  | 
|---|
| [ResCategoryAttribute("TaskResults")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("When zooming to points, this is the number which the full extent will be divided by in order to calculate the extent to zoom to.")]
[BrowsableAttribute(true)]
public double ZoomToPointFactor {get; set;} | 
Remarks
             Requirements
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
See Also