ArcFM Responder Mobile Developer Guide
ToJunction Property






Syntax
'Declaration
 
Public Property ToJunction As JunctionInfo
'Usage
 
Dim instance As EdgeInfo
Dim value As JunctionInfo
 
instance.ToJunction = value
 
value = instance.ToJunction
public JunctionInfo ToJunction {get; set;}
public read-write property ToJunction: JunctionInfo; 
public function get,set ToJunction : JunctionInfo
public: __property JunctionInfo* get_ToJunction();
public: __property void set_ToJunction( 
   JunctionInfo* value
);
public:
property JunctionInfo^ ToJunction {
   JunctionInfo^ get();
   void set (    JunctionInfo^ 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

EdgeInfo Class
EdgeInfo Members

Send Feedback