Click or drag to resize

ModelViewGetStoredCoordinates Method

Gets the stored coordinates.

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 Pair<float, float> GetStoredCoordinates(
	EntityDefinition entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity.

Return Value

Type: PairSingle, Single
pair with value1 set to the stored X value and value2 to the stored Y value, if there were coordinates stored for this entity, otherwise null is returned.
See Also