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




The subtype for the input or origin feature class. Enter the subtype's description (not the code). If subtypes do not exist on the origin feature class, or you want the rule to be applied to all subtypes in the feature class leave this blank. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.