ArcFM Responder Mobile Developer Guide
GetUniqueID Method (JunctionInfo)






Syntax
'Declaration
 
Protected Overridable Function GetUniqueID( _
   ByVal ClassID As System.Integer, _
   ByVal OID As System.Integer _
) As System.String
'Usage
 
Dim instance As JunctionInfo
Dim ClassID As System.Integer
Dim OID As System.Integer
Dim value As System.String
 
value = instance.GetUniqueID(ClassID, OID)
protected virtual System.string GetUniqueID( 
   System.int ClassID,
   System.int OID
)
protected function GetUniqueID( 
    ClassID: System.Integer;
    OID: System.Integer
): System.String; virtual; 
protected function GetUniqueID( 
   ClassID : System.int,
   OID : System.int
) : System.String;
protected: virtual System.string* GetUniqueID( 
   System.int ClassID,
   System.int OID
) 
protected:
virtual System.String^ GetUniqueID( 
   System.int ClassID,
   System.int OID
) 

Parameters

ClassID
OID
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

JunctionInfo Class
JunctionInfo Members

Send Feedback