ArcFM Server Developer Guide
GetPrimaryDisplay Method


Version: 10.2.1a

Resource Center Home

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
layerId
oids
map
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