Click or drag to resize
IModelNotifyEntityRemovedFromVisualCluster Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.IModel.NotifyEntityRemovedFromVisualCluster(ZU.Core.IEntity,ZU.Core.VisualCluster)"]

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#
void NotifyEntityRemovedFromVisualCluster(
	IEntity IEntity,
	VisualCluster vc
)

Parameters

IEntity
Type: ZU.CoreIEntity

[Missing <param name="IEntity"/> documentation for "M:ZU.Core.IModel.NotifyEntityRemovedFromVisualCluster(ZU.Core.IEntity,ZU.Core.VisualCluster)"]

vc
Type: ZU.CoreVisualCluster

[Missing <param name="vc"/> documentation for "M:ZU.Core.IModel.NotifyEntityRemovedFromVisualCluster(ZU.Core.IEntity,ZU.Core.VisualCluster)"]

See Also