Click or drag to resize

ModelViewUpdateStoredEntityGlyphState Method

Updates the stored entity coordinates of the entity specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.ModelViews
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public void UpdateStoredEntityGlyphState(
	EntityDefinition entity,
	float x,
	float y,
	bool collapsed
)

Parameters

entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity.
x
Type: SystemSingle
The x coordinate.
y
Type: SystemSingle
The y coordinate.
collapsed
Type: SystemBoolean
if set to true the entity was in the collapsed state in the modelview layout
See Also