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.ModelViewsAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Dictionary<EntityDefinition, Pair<float, float>> CoordinatesPerEntityDefinition { get; }
Public ReadOnly Property CoordinatesPerEntityDefinition As Dictionary(Of EntityDefinition, Pair(Of Single, Single))
Get
Property Value
Type:
DictionaryEntityDefinition,
PairSingle,
SingleSee Also