ArcFM Responder Mobile Developer Guide
GlobalObjectId Constructor(Guid,String,Guid,String)






Initializes a new instance of the GlobalEdgeId struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal edgeGlobalId As System.Guid, _
   ByVal edgeFeatureClassName As System.String, _
   ByVal fromJunctionGlobalId As System.Guid, _
   ByVal fromJunctionClassName As System.String _
)
'Usage
 
Dim edgeGlobalId As System.Guid
Dim edgeFeatureClassName As System.String
Dim fromJunctionGlobalId As System.Guid
Dim fromJunctionClassName As System.String
 
Dim instance As New GlobalObjectId(edgeGlobalId, edgeFeatureClassName, fromJunctionGlobalId, fromJunctionClassName)
public GlobalObjectId( 
   System.Guid edgeGlobalId,
   System.string edgeFeatureClassName,
   System.Guid fromJunctionGlobalId,
   System.string fromJunctionClassName
)
public GlobalObjectId( 
    edgeGlobalId: System.Guid;
    edgeFeatureClassName: System.String;
    fromJunctionGlobalId: System.Guid;
    fromJunctionClassName: System.String
); 
public function GlobalObjectId( 
   edgeGlobalId : System.Guid,
   edgeFeatureClassName : System.String,
   fromJunctionGlobalId : System.Guid,
   fromJunctionClassName : System.String
);
public: GlobalObjectId( 
   System.Guid edgeGlobalId,
   System.string* edgeFeatureClassName,
   System.Guid fromJunctionGlobalId,
   System.string* fromJunctionClassName
)
public:
GlobalObjectId( 
   System.Guid edgeGlobalId,
   System.String^ edgeFeatureClassName,
   System.Guid fromJunctionGlobalId,
   System.String^ fromJunctionClassName
)

Parameters

edgeGlobalId
edgeFeatureClassName
fromJunctionGlobalId
fromJunctionClassName
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