| 
            
              FurreHasLeftRange Property 
             | 
          
        
        This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
            Gets a value indicating whether this furre has left the bots view.
            
 
    Namespace: 
   Furcadia.Net.DreamInfo
    Assembly:
   FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntaxpublic bool HasLeftRange { get; }Public ReadOnly Property HasLeftRange As Boolean
	Get
Dim instance As Furre
Dim value As Boolean
value = instance.HasLeftRange
public:
property bool HasLeftRange {
	bool get ();
}member HasLeftRange : bool with get
Property Value
Type: 
Booleantrue if this instance has left range; otherwise, 
false.
            
See Also