ArcFM Responder Mobile Developer Guide
RespectEnabledField Property (MMElectricTraceSettingsClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Public Overridable Property RespectEnabledField As System.Boolean
'Usage
 
Dim instance As MMElectricTraceSettingsClass
Dim value As System.Boolean
 
instance.RespectEnabledField = value
 
value = instance.RespectEnabledField
[System.Runtime.InteropServices.DispId(1610678272)]
public virtual System.bool RespectEnabledField {get; set;}
public read-write property RespectEnabledField: System.Boolean; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
public function get,set RespectEnabledField : System.boolean
[System.Runtime.InteropServices.DispId(1610678272)]
public: __property virtual System.bool get_RespectEnabledField();
public: __property virtual void set_RespectEnabledField( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610678272)]
public:
virtual property System.bool RespectEnabledField {
   System.bool get();
   void set (    System.bool value);
}
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

MMElectricTraceSettingsClass Class
MMElectricTraceSettingsClass Members

Send Feedback