ArcFM Responder Mobile Developer Guide
TrackIdGlobally(FeatureID) Method






The non-global object identifier.
Tracks an object globally across replications.
Syntax
'Declaration
 
Public Overloads Overrides Sub TrackIdGlobally( _
   ByVal featureID As FeatureID _
) 
'Usage
 
Dim instance As ClientSideFeatureIdentificationProvider
Dim featureID As FeatureID
 
instance.TrackIdGlobally(featureID)
public override void TrackIdGlobally( 
   FeatureID featureID
)
public procedure TrackIdGlobally( 
    featureID: FeatureID
); override; 
public override function TrackIdGlobally( 
   featureID : FeatureID
);
public: void TrackIdGlobally( 
   FeatureID* featureID
) override 
public:
void TrackIdGlobally( 
   FeatureID^ featureID
) override 

Parameters

featureID
The non-global object identifier.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClientSideFeatureIdentificationProvider Class
ClientSideFeatureIdentificationProvider Members
Overload List

Send Feedback