ArcFM Responder Mobile Developer Guide
BendAngle Property






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

IMMConduitSection Interface
IMMConduitSection Members

Send Feedback