 | CompoundEntitiesTGetEntity Method |
Returns the entity with the specified id if one exists; otherwise null.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic T GetEntity(
int entityId
)
Public Function GetEntity (
entityId As Integer
) As T
public:
T GetEntity(
int entityId
)
member GetEntity :
entityId : int -> 'T
Parameters
- entityId
- Type: SystemInt32
Id of entity to get.
Return Value
Type:
TReturns the entity with the specified id if one exists; otherwise null.
See Also