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
| Visual Basic (Declaration) | |
|---|
<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)>
<ResCategoryAttribute("TaskResults")>
<DefaultValueAttribute()>
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# | |
|---|
[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)]
[ResCategoryAttribute("TaskResults")]
[DefaultValueAttribute()]
public double ZoomToPointFactor {get; set;} |
Remarks
See Also