ArcFM Engine Developer Guide
IsElectricalDevice Property


Gets weither this device is an electrical device
Syntax
'Declaration
 
Public ReadOnly Property IsElectricalDevice As Boolean
'Usage
 
Dim instance As DeviceInfo
Dim value As Boolean
 
value = instance.IsElectricalDevice
public bool IsElectricalDevice {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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DeviceInfo Class
DeviceInfo Members

 

 


Send Comment