ArcFM Responder Mobile Developer Guide
InfoBefore Property






Gets the feeder information before the edit occurred.
Syntax
'Declaration
 
Public ReadOnly Property InfoBefore As IFeederInfo(Of FeatureKey)
'Usage
 
Dim instance As FeederInfoDiff
Dim value As IFeederInfo(Of FeatureKey)
 
value = instance.InfoBefore
public IFeederInfo<FeatureKey> InfoBefore {get;}
public read-only property InfoBefore: IFeederInfo; 
public function get InfoBefore : IFeederInfo
public: __property IFeederInfo<FeatureKey*>* get_InfoBefore();
public:
property IFeederInfo<FeatureKey^>^ InfoBefore {
   IFeederInfo<FeatureKey^>^ get();
}

Property Value

The information before.
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

FeederInfoDiff Class
FeederInfoDiff Members

Send Feedback