ArcFM Engine Developer Guide
GetFromToJunctionEIDs Method


Syntax
'Declaration
 
Public Overridable Sub GetFromToJunctionEIDs( _
   ByVal edgeEID As Integer, _
   ByRef FromJunctionEID As Integer, _
   ByRef ToJunctionEID As Integer _
) 
'Usage
 
Dim instance As GeodatabaseAccess
Dim edgeEID As Integer
Dim FromJunctionEID As Integer
Dim ToJunctionEID As Integer
 
instance.GetFromToJunctionEIDs(edgeEID, FromJunctionEID, ToJunctionEID)
public virtual void GetFromToJunctionEIDs( 
   int edgeEID,
   out int FromJunctionEID,
   out int ToJunctionEID
)

Parameters

edgeEID
FromJunctionEID
ToJunctionEID
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

GeodatabaseAccess Class
GeodatabaseAccess Members

 

 


Send Comment