Returns whether the guid is the guid of a real entity (e.g. not a temporary entity created by a centroid computation) Thread safe.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool EntityIsReal(
	Guid toTest
)
Visual Basic (Declaration)
Public Function EntityIsReal ( _
	toTest As Guid _
) As Boolean
Visual C++
public:
bool EntityIsReal(
	Guid toTest
)

Parameters

toTest
Type: System..::.Guid
The guid of the entity

Return Value

true if it is a real entity, false if the entity was created by a centroid computation

See Also