ArcFM Server Developer Guide
GetPrimaryDisplay Method


The layer name for which to get the primary display names.
The layer ID for which to get the primary display names.
The array of object IDs for whcih to get the primary display names.
The current map.
Get the ArcFM primary display names.
Syntax
'Declaration
 
Public Function GetPrimaryDisplay( _
   ByVal layerName As String, _
   ByVal layerId As Integer, _
   ByVal oids() As Integer, _
   ByVal map As ESRI.ArcGIS.Carto.IMapServer _
) As String()
'Usage
 
Dim instance As FeatureData
Dim layerName As String
Dim layerId As Integer
Dim oids() As Integer
Dim map As ESRI.ArcGIS.Carto.IMapServer
Dim value() As String
 
value = instance.GetPrimaryDisplay(layerName, layerId, oids, map)
public string[] GetPrimaryDisplay( 
   string layerName,
   int layerId,
   int[] oids,
   ESRI.ArcGIS.Carto.IMapServer map
)

Parameters

layerName
The layer name for which to get the primary display names.
layerId
The layer ID for which to get the primary display names.
oids
The array of object IDs for whcih to get the primary display names.
map
The current map.

Return Value

A string array of primary display names.
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

FeatureData Class
FeatureData Members

 

 


Send Comment