ArcFM Engine Developer Guide
GlobalObjectId Constructor(Guid,String)


The global ID.
Name of the feature class.
Initializes a new instance of the GlobalObjectId struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal globalId As Guid, _
   ByVal featureClassName As String _
)
'Usage
 
Dim globalId As Guid
Dim featureClassName As String
 
Dim instance As New GlobalObjectId(globalId, featureClassName)
public GlobalObjectId( 
   Guid globalId,
   string featureClassName
)

Parameters

globalId
The global ID.
featureClassName
Name of the feature class.
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