ArcFM Responder Mobile Developer Guide
Key Property (FeederInfoDiff)






Gets the key for the edited feature.
Syntax
'Declaration
 
Public ReadOnly Property Key As FeatureKey
'Usage
 
Dim instance As FeederInfoDiff
Dim value As FeatureKey
 
value = instance.Key
public FeatureKey Key {get;}
public read-only property Key: FeatureKey; 
public function get Key : FeatureKey
public: __property FeatureKey* get_Key();
public:
property FeatureKey^ Key {
   FeatureKey^ get();
}

Property Value

The key.
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