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




The field that stores the results of the tool. Features that participate in the resulting simplified road collection have a value of 0 (zero). Those that are extraneous have a value of 1. A layer definition query can be used to display the resulting road collection. This field must be present and named the same for each input feature class. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.