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.3.0.0 (5.3.0)
Syntax public Pair<float, float> GetStoredCoordinates(
EntityDefinition entity
)
Public Function GetStoredCoordinates (
entity As EntityDefinition
) As Pair(Of Single, Single)
Parameters
- entity
- Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity.
Return Value
Type:
PairSingle,
Singlepair 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