Responder Developer Guide
AvailableCuts Method


Syntax
'Declaration
 
Public Function AvailableCuts( _
   ByVal phase As SinglePhase _
) As IEnumerable(Of Cut)
'Usage
 
Dim instance As RepairCut
Dim phase As SinglePhase
Dim value As IEnumerable(Of Cut)
 
value = instance.AvailableCuts(phase)
public IEnumerable<Cut> AvailableCuts( 
   SinglePhase phase
)

Parameters

phase
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

RepairCut Class
RepairCut Members

 

 


Send Comment