ArcFM Server Developer Guide
GetProtectiveDeviceNamesAndFCIDs Method


The current map.
Get an array of layers and associated feature class IDs of the protective devices.
Syntax
'Declaration
 
Public Function GetProtectiveDeviceNamesAndFCIDs( _
   ByVal map As ESRI.ArcGIS.Carto.IMapServer _
) As ArrayList
'Usage
 
Dim instance As GeodatabaseUtilityHandler
Dim map As ESRI.ArcGIS.Carto.IMapServer
Dim value As ArrayList
 
value = instance.GetProtectiveDeviceNamesAndFCIDs(map)
public ArrayList GetProtectiveDeviceNamesAndFCIDs( 
   ESRI.ArcGIS.Carto.IMapServer map
)

Parameters

map
The current map.

Return Value

An ArrayList of the layer names and associated feature class IDs of the protective devices.
Remarks
Protective devices are those feature classes that have "PROTECTIVE" model name assigned to them.
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

GeodatabaseUtilityHandler Class
GeodatabaseUtilityHandler Members

 

 


Send Comment