ArcFM Responder Mobile Developer Guide
CostPerUnitLength Property (IMMSecCktConductor)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678278)>
Property CostPerUnitLength As System.Double
'Usage
 
Dim instance As IMMSecCktConductor
Dim value As System.Double
 
instance.CostPerUnitLength = value
 
value = instance.CostPerUnitLength
[System.Runtime.InteropServices.DispId(1610678278)]
System.double CostPerUnitLength {get; set;}
read-write property CostPerUnitLength: System.Double; 
System.Runtime.InteropServices.DispIdAttribute(1610678278)
function get,set CostPerUnitLength : System.double
[System.Runtime.InteropServices.DispId(1610678278)]
__property System.double get_CostPerUnitLength();
__property void set_CostPerUnitLength( 
   System.double value
);
[System.Runtime.InteropServices.DispId(1610678278)]
property System.double CostPerUnitLength {
   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

IMMSecCktConductor Interface
IMMSecCktConductor Members

Send Feedback