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




The name of the field or fields that can be used to uniquely identify spatial entities. These fields are used to first sort based on entity type if there is more than one entity. For instance, for a feature class representing population values per state over time, the state name could be the unique value field (the entity). If population figures are per county, you would need to set the county name and state name as the unique value fields, since some county names are the same for different states. If there is only one entity, this parameter can be ignored. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property fields As Object
Visual Basic (Usage)Copy Code
Dim instance As CalculateEndTime
Dim value As Object
 
instance.fields = value
 
value = instance.fields
C# 
public object fields {get; set;}

See Also

© 2010 All Rights Reserved.