Find whether an entity is real
            
        
    Namespace: 
   CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| bool EntityIsReal( Guid entityId ) | 
| Visual Basic (Declaration) | 
|---|
| Function EntityIsReal ( _ entityId As Guid _ ) As Boolean | 
| Visual C++ | 
|---|
| bool EntityIsReal( Guid entityId ) | 
Parameters
- entityId
- Type: System..::.Guid
 Identifier of the entity to look at
 
     
     
     
     
    