Responder Developer Guide
NetworkFeature Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal id As FeatureIdentifier, _
   ByVal name As String, _
   ByVal category As String, _
   ByVal pointLocation As Nullable(Of XYPoint) _
)
'Usage
 
Dim id As FeatureIdentifier
Dim name As String
Dim category As String
Dim pointLocation As Nullable(Of XYPoint)
 
Dim instance As New NetworkFeature(id, name, category, pointLocation)
public NetworkFeature( 
   FeatureIdentifier id,
   string name,
   string category,
   Nullable<XYPoint> pointLocation
)

Parameters

id
name
category
pointLocation
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

NetworkFeature Class
NetworkFeature Members

 

 


Send Comment