ArcFM Responder Mobile Developer Guide
TrackIdGlobally(FeatureID) Method






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

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

FeatureIdentification Class
FeatureIdentification Members
Overload List

Send Feedback