Responder Developer Guide
Jumper Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal guid As Guid, _
   ByVal fromId As FeatureIdentifier, _
   ByVal fromPoint As XYPoint, _
   ByVal toId As FeatureIdentifier, _
   ByVal toPoint As XYPoint, _
   ByVal jumperInformation As JumperInformation _
)
'Usage
 
Dim guid As Guid
Dim fromId As FeatureIdentifier
Dim fromPoint As XYPoint
Dim toId As FeatureIdentifier
Dim toPoint As XYPoint
Dim jumperInformation As JumperInformation
 
Dim instance As New Jumper(guid, fromId, fromPoint, toId, toPoint, jumperInformation)
public Jumper( 
   Guid guid,
   FeatureIdentifier fromId,
   XYPoint fromPoint,
   FeatureIdentifier toId,
   XYPoint toPoint,
   JumperInformation jumperInformation
)

Parameters

guid
fromId
fromPoint
toId
toPoint
jumperInformation
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

Jumper Class
Jumper Members

 

 


Send Comment