Responder Developer Guide
UpdateDisplay Method
Example 


Pass in a featureID to the service. The service uses the featureID to determine the proper shape to be drawn and then renders that shape on the map.
Syntax
'Declaration
 
<SimulatedOneWayAttribute()>
Public Sub UpdateDisplay( _
   ByVal features As IEnumerable(Of IFeatureID) _
) 
'Usage
 
Dim instance As LineDisplayService
Dim features As IEnumerable(Of IFeatureID)
 
instance.UpdateDisplay(features)
[SimulatedOneWay()]
public void UpdateDisplay( 
   IEnumerable<IFeatureID> features
)

Parameters

features
Example
ILineDisplayService displayService = RemotingSharedMethods.GetLineServices();
displayService.UpdateDisplay(new[] {new FeatureID(1,2,3)});
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

LineDisplayService Class
LineDisplayService Members

 

 


Send Comment