ArcFM Responder Mobile Developer Guide
IsJunction Method






Syntax
'Declaration
 
Public Shared Function IsJunction( _
   ByVal fcid As System.Integer _
) As System.Boolean
'Usage
 
Dim fcid As System.Integer
Dim value As System.Boolean
 
value = DeviceInfo.IsJunction(fcid)
public static System.bool IsJunction( 
   System.int fcid
)
public function IsJunction( 
    fcid: System.Integer
): System.Boolean; static; 
public static function IsJunction( 
   fcid : System.int
) : System.boolean;
public: static System.bool IsJunction( 
   System.int fcid
) 
public:
static System.bool IsJunction( 
   System.int fcid
) 

Parameters

fcid
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

DeviceInfo Class
DeviceInfo Members

Send Feedback