| 
            
              FurreHasEnteredRange 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 HasEnteredRange { get; }Public ReadOnly Property HasEnteredRange As Boolean
	Get
Dim instance As Furre
Dim value As Boolean
value = instance.HasEnteredRange
public:
property bool HasEnteredRange {
	bool get ();
}member HasEnteredRange : bool with get
Property Value
Type: 
Booleantrue if this instance has left range; otherwise, 
false.
            
See Also