ArcFM Responder Mobile Developer Guide
ParentLoadPoint Property






Syntax
'Declaration
 
Public ReadOnly Property ParentLoadPoint As LoadPointsObject
'Usage
 
Dim instance As CustomersObject
Dim value As LoadPointsObject
 
value = instance.ParentLoadPoint
public LoadPointsObject ParentLoadPoint {get;}
public read-only property ParentLoadPoint: LoadPointsObject; 
public function get ParentLoadPoint : LoadPointsObject
public: __property LoadPointsObject* get_ParentLoadPoint();
public:
property LoadPointsObject^ ParentLoadPoint {
   LoadPointsObject^ get();
}
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

CustomersObject Class
CustomersObject Members

Send Feedback