ArcFM Responder Mobile Developer Guide
IsElectricalDevice Property






Gets weither this device is an electrical device
Syntax
'Declaration
 
Public ReadOnly Property IsElectricalDevice As System.Boolean
'Usage
 
Dim instance As DeviceInfo
Dim value As System.Boolean
 
value = instance.IsElectricalDevice
public System.bool IsElectricalDevice {get;}
public read-only property IsElectricalDevice: System.Boolean; 
public function get IsElectricalDevice : System.boolean
public: __property System.bool get_IsElectricalDevice();
public:
property System.bool IsElectricalDevice {
   System.bool get();
}

Property Value

true if this is an electrical device. false otherwise.
Remarks
This was added after the move to GeoRowInfo. Proper use would recommend that non-electrical devices be created as GeoRowInfo objects and electrical devices as DeviceInfo.
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