Responder Developer Guide
GetJumperGuid Method (JumperInformationService)


Syntax
'Declaration
 
Public Function GetJumperGuid( _
   ByVal jumperId As FeatureIdentifier _
) As Nullable(Of Guid)
'Usage
 
Dim instance As JumperInformationService
Dim jumperId As FeatureIdentifier
Dim value As Nullable(Of Guid)
 
value = instance.GetJumperGuid(jumperId)
public Nullable<Guid> GetJumperGuid( 
   FeatureIdentifier jumperId
)

Parameters

jumperId
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

JumperInformationService Class
JumperInformationService Members

 

 


Send Comment