ArcFM Responder Mobile Developer Guide
IncidentFeatureID Property (LoadPointsObject)






The responsible feature
Syntax
'Declaration
 
Public Property IncidentFeatureID As FeatureID
'Usage
 
Dim instance As LoadPointsObject
Dim value As FeatureID
 
instance.IncidentFeatureID = value
 
value = instance.IncidentFeatureID
public FeatureID IncidentFeatureID {get; set;}
public read-write property IncidentFeatureID: FeatureID; 
public function get,set IncidentFeatureID : FeatureID
public: __property FeatureID* get_IncidentFeatureID();
public: __property void set_IncidentFeatureID( 
   FeatureID* value
);
public:
property FeatureID^ IncidentFeatureID {
   FeatureID^ get();
   void set (    FeatureID^ value);
}
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

LoadPointsObject Class
LoadPointsObject Members

Send Feedback