ArcFM Responder Mobile Developer Guide
TrackObjectGlobally(FeatureID) Method






Syntax
'Declaration
 
Public Overloads MustOverride Sub TrackObjectGlobally( _
   ByVal featureID As FeatureID _
) 
'Usage
 
Dim instance As ReplicationObjectInformationProvider
Dim featureID As FeatureID
 
instance.TrackObjectGlobally(featureID)
public abstract void TrackObjectGlobally( 
   FeatureID featureID
)
public procedure TrackObjectGlobally( 
    featureID: FeatureID
); abstract; 
public __abstract function TrackObjectGlobally( 
   featureID : FeatureID
);
public: abstract void TrackObjectGlobally( 
   FeatureID* featureID
) 
public:
abstract void TrackObjectGlobally( 
   FeatureID^ featureID
) 

Parameters

featureID
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

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members
Overload List

Send Feedback