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)
Syntaxpublic void UpdateStoredEntityGlyphState(
	EntityDefinition entity,
	float x,
	float y,
	bool collapsed
)
Public Sub UpdateStoredEntityGlyphState ( 
	entity As EntityDefinition,
	x As Single,
	y As Single,
	collapsed As Boolean
)
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