ArcFM Responder Mobile Developer Guide
Junction Property






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

JunctionFeatureInfo Class
JunctionFeatureInfo Members

Send Feedback