Click or drag to resize

ModelViewCoordinatesPerEntityDefinition Property

Gets the coordinates per entity definition. This dictionary isn't updated in real-time, but used as a storage facility for coordinates when the modelview is viewed in a viewer and the viewer is closed: the location of the entities is then stored in this storage.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.ModelViews
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public Dictionary<EntityDefinition, Pair<float, float>> CoordinatesPerEntityDefinition { get; }

Property Value

Type: DictionaryEntityDefinition, PairSingle, Single
See Also