Click or drag to resize
IModelGetEntityById Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Core.IModel.GetEntityById(System.String)"]

Namespace: ZU.Core
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
IEntity GetEntityById(
	string id
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:ZU.Core.IModel.GetEntityById(System.String)"]

Return Value

Type: IEntity

[Missing <returns> documentation for "M:ZU.Core.IModel.GetEntityById(System.String)"]

See Also