ArcFM Responder Mobile Developer Guide
Conductive Property (GasEdgeTraceWeight)






Gets or sets a value indicating whether this GasEdgeTraceWeight is conductive.
Syntax
'Declaration
 
Public Overrides Property Conductive As System.Boolean
'Usage
 
Dim instance As GasEdgeTraceWeight
Dim value As System.Boolean
 
instance.Conductive = value
 
value = instance.Conductive
public override System.bool Conductive {get; set;}
public read-write property Conductive: System.Boolean; override; 
public override function get,set Conductive : System.boolean
public: __property System.bool get_Conductive() override;
public: __property void set_Conductive( 
   System.bool value
) override;
public:
property System.bool Conductive {
   System.bool get() override;
   void set (    System.bool value) override;
}

Property Value

true if conductive; otherwise, false.
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

GasEdgeTraceWeight Class
GasEdgeTraceWeight Members

Send Feedback