ArcFM Responder Mobile 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 System.Guid, _
   ByVal featureClassName As System.String _
)
'Usage
 
Dim globalId As System.Guid
Dim featureClassName As System.String
 
Dim instance As New GlobalObjectId(globalId, featureClassName)
public GlobalObjectId( 
   System.Guid globalId,
   System.string featureClassName
)
public GlobalObjectId( 
    globalId: System.Guid;
    featureClassName: System.String
); 
public function GlobalObjectId( 
   globalId : System.Guid,
   featureClassName : System.String
);
public: GlobalObjectId( 
   System.Guid globalId,
   System.string* featureClassName
)
public:
GlobalObjectId( 
   System.Guid globalId,
   System.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalObjectId Structure
GlobalObjectId Members
Overload List

Send Feedback