Responder Developer Guide
HistoricGrounds Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function HistoricGrounds( _
   ByVal featureState As FeatureState _
) As IEnumerable(Of Ground)
'Usage
 
Dim featureState As FeatureState
Dim value As IEnumerable(Of Ground)
 
value = FeatureGroundingInformation.HistoricGrounds(featureState)
[Extension()]
public static IEnumerable<Ground> HistoricGrounds( 
   FeatureState featureState
)

Parameters

featureState
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