Responder Developer Guide
CutsToRepair Method


Syntax
'Declaration
 
Public Function CutsToRepair( _
   ByVal state As FeatureState _
) As IEnumerable(Of Cut)
'Usage
 
Dim instance As RepairCut
Dim state As FeatureState
Dim value As IEnumerable(Of Cut)
 
value = instance.CutsToRepair(state)
public IEnumerable<Cut> CutsToRepair( 
   FeatureState state
)

Parameters

state
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