ArcFM Responder Mobile Developer Guide
ActualRulingSpan Method (IMMMCRulingSpan)






Syntax
'Declaration
 
Function ActualRulingSpan( _
   ByVal varSpans As System.Object _
) As System.Double
'Usage
 
Dim instance As IMMMCRulingSpan
Dim varSpans As System.Object
Dim value As System.Double
 
value = instance.ActualRulingSpan(varSpans)
System.double ActualRulingSpan( 
   System.object varSpans
)
function ActualRulingSpan( 
    varSpans: System.TObject
): System.Double; 
function ActualRulingSpan( 
   varSpans : System.Object
) : System.double;
System.double ActualRulingSpan( 
   System.Object* varSpans
) 
System.double ActualRulingSpan( 
   System.Object^ varSpans
) 

Parameters

varSpans
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

IMMMCRulingSpan Interface
IMMMCRulingSpan Members

Send Feedback