ArcFM Responder Mobile Developer Guide
IsFeatureLineElement Method






Syntax
'Declaration
 
Public Shared Function IsFeatureLineElement( _
   ByVal fcid As System.Integer _
) As System.Boolean
'Usage
 
Dim fcid As System.Integer
Dim value As System.Boolean
 
value = DeviceInfo.IsFeatureLineElement(fcid)
public static System.bool IsFeatureLineElement( 
   System.int fcid
)
public function IsFeatureLineElement( 
    fcid: System.Integer
): System.Boolean; static; 
public static function IsFeatureLineElement( 
   fcid : System.int
) : System.boolean;
public: static System.bool IsFeatureLineElement( 
   System.int fcid
) 
public:
static System.bool IsFeatureLineElement( 
   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