ArcFM Engine Developer Guide
TrackIdGlobally(IEnumerable<FeatureID>) Method


The non-global object identifier.
Tracks objects globally across replications.
Syntax
'Declaration
 
Public Overloads Overrides Sub TrackIdGlobally( _
   ByVal featureID As IEnumerable(Of FeatureID) _
) 
'Usage
 
Dim instance As ClientSideFeatureIdentificationProvider
Dim featureID As IEnumerable(Of FeatureID)
 
instance.TrackIdGlobally(featureID)
public override void TrackIdGlobally( 
   IEnumerable<FeatureID> featureID
)

Parameters

featureID
The non-global object identifier.
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

ClientSideFeatureIdentificationProvider Class
ClientSideFeatureIdentificationProvider Members
Overload List

 

 


Send Comment