ArcFM Responder Mobile Developer Guide
UpdateCustomerCountyRequest Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal regionFeatureModelName As System.String, _
   ByVal containedFeatureModelName As System.String, _
   ByVal featureClassObjectsDelegate As FeatureClassObjectsDelegate, _
   ByVal spatialQueryDelegate As SpatialQueryDelegate, _
   ByVal updateRequestDelegate As UpdateCustomersRequestDelegate _
)
'Usage
 
Dim regionFeatureModelName As System.String
Dim containedFeatureModelName As System.String
Dim featureClassObjectsDelegate As FeatureClassObjectsDelegate
Dim spatialQueryDelegate As SpatialQueryDelegate
Dim updateRequestDelegate As UpdateCustomersRequestDelegate
 
Dim instance As New UpdateCustomerCountyRequest(regionFeatureModelName, containedFeatureModelName, featureClassObjectsDelegate, spatialQueryDelegate, updateRequestDelegate)

Parameters

regionFeatureModelName
containedFeatureModelName
featureClassObjectsDelegate
spatialQueryDelegate
updateRequestDelegate
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UpdateCustomerCountyRequest Class
UpdateCustomerCountyRequest Members

Send Feedback