Responder Developer Guide
GetRegionID Method


Syntax
'Declaration
 
Public Shared Function GetRegionID( _
   ByVal device As DeviceInfo, _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal point As IPoint _
) As Boolean
'Usage
 
Dim device As DeviceInfo
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim point As IPoint
Dim value As Boolean
 
value = NetApp.GetRegionID(device, feature, point)
public static bool GetRegionID( 
   DeviceInfo device,
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   IPoint point
)

Parameters

device
feature
point
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

NetApp Class
NetApp Members

 

 


Send Comment