Responder Developer Guide
RequestedFeature Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal feature As NetworkFeature, _
   ByVal comments As String, _
   ByVal regionId As Nullable(Of Integer), _
   ByVal feeder As String _
)
'Usage
 
Dim feature As NetworkFeature
Dim comments As String
Dim regionId As Nullable(Of Integer)
Dim feeder As String
 
Dim instance As New RequestedFeature(feature, comments, regionId, feeder)
public RequestedFeature( 
   NetworkFeature feature,
   string comments,
   Nullable<int> regionId,
   string feeder
)

Parameters

feature
comments
regionId
feeder
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

RequestedFeature Class
RequestedFeature Members

 

 


Send Comment