Miner.Responder.Shared.Replication Namespace > GlobalObjectId Structure > GlobalObjectId Constructor : GlobalObjectId Constructor(Guid,String) |
'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 )
Exception | Description |
---|---|
FeatureIdentificationException | Thrown if global identifier or feature class name is empty. |
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