Responder Developer Guide
PerformCuts(FeatureState,IEnumerable<Cut>) Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function PerformCuts( _
   ByVal featureState As FeatureState, _
   ByVal cuts As IEnumerable(Of Cut) _
) As FeatureState
'Usage
 
Dim featureState As FeatureState
Dim cuts As IEnumerable(Of Cut)
Dim value As FeatureState
 
value = FeatureCuttingInformation.PerformCuts(featureState, cuts)
[Extension()]
public static FeatureState PerformCuts( 
   FeatureState featureState,
   IEnumerable<Cut> cuts
)

Parameters

featureState
cuts
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

FeatureCuttingInformation Class
FeatureCuttingInformation Members
Overload List

 

 


Send Comment