ArcFM Responder Mobile Developer Guide
Ampacity Property (MMSecCktConductorClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678288)>
Public Overridable Property Ampacity As System.Double
'Usage
 
Dim instance As MMSecCktConductorClass
Dim value As System.Double
 
instance.Ampacity = value
 
value = instance.Ampacity
[System.Runtime.InteropServices.DispId(1610678288)]
public virtual System.double Ampacity {get; set;}
public read-write property Ampacity: System.Double; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678288)
public function get,set Ampacity : System.double
[System.Runtime.InteropServices.DispId(1610678288)]
public: __property virtual System.double get_Ampacity();
public: __property virtual void set_Ampacity( 
   System.double value
);
[System.Runtime.InteropServices.DispId(1610678288)]
public:
virtual property System.double Ampacity {
   System.double get();
   void set (    System.double 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

MMSecCktConductorClass Class
MMSecCktConductorClass Members

Send Feedback