Responder Developer Guide
IsGrounded Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function IsGrounded( _
   ByVal featureState As FeatureState, _
   ByVal phase As SinglePhase _
) As Boolean
'Usage
 
Dim featureState As FeatureState
Dim phase As SinglePhase
Dim value As Boolean
 
value = FeatureGroundingInformation.IsGrounded(featureState, phase)
[Extension()]
public static bool IsGrounded( 
   FeatureState featureState,
   SinglePhase phase
)

Parameters

featureState
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

FeatureGroundingInformation Class
FeatureGroundingInformation Members

 

 


Send Comment