Responder Developer Guide
SetToCutState Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function SetToCutState( _
   ByVal featureState As FeatureState, _
   ByVal nonCutPhases As Phases, _
   ByVal location As XYPoint _
) As FeatureState
'Usage
 
Dim featureState As FeatureState
Dim nonCutPhases As Phases
Dim location As XYPoint
Dim value As FeatureState
 
value = FeatureCuttingInformation.SetToCutState(featureState, nonCutPhases, location)
[Extension()]
public static FeatureState SetToCutState( 
   FeatureState featureState,
   Phases nonCutPhases,
   XYPoint location
)

Parameters

featureState
nonCutPhases
location
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

 

 


Send Comment