In This Topic
            
            Returns the start 
Pin of this connection, if such exists (i.e. if the connection is connected on the source side). Otherwise, NULL is returned.
 
            
            
            Syntax
            
            
            
            
            public virtual Pin StartPin {get;}
             
        
            
            public:
virtual property Pin^ StartPin {
   Pin^ get();
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            See Also