ArcFM Server Developer Guide
GetPrimaryDisplayFields Method


Version: 10.2.1a

Resource Center Home

Takes an IMap object indicating the map to be queried
This method retrieves all features in the map and their ArcFM display fields.
Syntax
'Declaration
 
Public Function GetPrimaryDisplayFields( _
   ByVal map As ESRI.ArcGIS.Carto.IMapServer _
) As PrimaryDisplayFieldCollection
'Usage
 
Dim instance As LocatorHandler
Dim map As ESRI.ArcGIS.Carto.IMapServer
Dim value As PrimaryDisplayFieldCollection
 
value = instance.GetPrimaryDisplayFields(map)
public PrimaryDisplayFieldCollection GetPrimaryDisplayFields( 
   ESRI.ArcGIS.Carto.IMapServer map
)

Parameters

map
Takes an IMap object indicating the map to be queried

Return Value

Returns a Dictionary object containing the features and their ArcFM display fields
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

LocatorHandler Class
LocatorHandler Members

 

 


Send Comment