ESRI.ArcGIS.DataManagementTools
visible_extent Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > ValidateTopology Class : visible_extent Property




In ArcMap, determines whether to use the current visible extent of the map or the full extent of the topology. If run in ArcCatalog or in a Python script, the entire extent of the topology will be validated regardless of this parameter setting. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property visible_extent As String
Visual Basic (Usage)Copy Code
Dim instance As ValidateTopology
Dim value As String
 
instance.visible_extent = value
 
value = instance.visible_extent
C# 
public string visible_extent {get; set;}

See Also

© 2010 All Rights Reserved.