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




The numeric field containing values for what you are trying to model. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.