ArcFM Responder Mobile Developer Guide
GetUniqueID Method (EdgeInfo)






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

Parameters

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

EdgeInfo Class
EdgeInfo Members

Send Feedback