Miner.Responder.Processors Assembly > Miner.Responder.Processors.LineDisplay Namespace > LineDisplayService Class : UpdateDisplay Method |
'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 )
ILineDisplayService displayService = RemotingSharedMethods.GetLineServices(); displayService.UpdateDisplay(new[] {new FeatureID(1,2,3)});
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.