ArcFM Server Developer Guide
GetPrimaryDisplayFields Method


Get all of the features in the map and their ArcFM Display Field.
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
Exceptions
ExceptionDescription
System.ArgumentNullException IMap map cannot be null.
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