Responder Developer Guide
GetGroundablePhasesInformation Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetGroundablePhasesInformation( _
   ByVal featureState As FeatureState, _
   ByRef groundablePhases As GroundablePhases _
) As Boolean
'Usage
 
Dim featureState As FeatureState
Dim groundablePhases As GroundablePhases
Dim value As Boolean
 
value = FeatureGroundingInformation.GetGroundablePhasesInformation(featureState, groundablePhases)
[Extension()]
public static bool GetGroundablePhasesInformation( 
   FeatureState featureState,
   out GroundablePhases groundablePhases
)

Parameters

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