ArcFM Engine Developer Guide
GlobalObjectId Constructor(Guid,String,Guid,String)


Initializes a new instance of the GlobalEdgeId struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal edgeGlobalId As Guid, _
   ByVal edgeFeatureClassName As String, _
   ByVal fromJunctionGlobalId As Guid, _
   ByVal fromJunctionClassName As String _
)
'Usage
 
Dim edgeGlobalId As Guid
Dim edgeFeatureClassName As String
Dim fromJunctionGlobalId As Guid
Dim fromJunctionClassName As String
 
Dim instance As New GlobalObjectId(edgeGlobalId, edgeFeatureClassName, fromJunctionGlobalId, fromJunctionClassName)

Parameters

edgeGlobalId
edgeFeatureClassName
fromJunctionGlobalId
fromJunctionClassName
Exceptions
ExceptionDescription
FeatureIdentificationExceptionThrown if global identifier or feature class name is empty.
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

GlobalObjectId Structure
GlobalObjectId Members
Overload List

 

 


Send Comment