Class GeoMapEngineElement
Base class for graphical map element based on your graphical system with properties
Inherited Members
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class GeoMapEngineElement
Remarks
Your engine will return a collection of these elements which you will need to render to your graphical system
Properties
View SourceColor
Color of the graphical element
Declaration
public FpaColour Color { get; set; }
Property Value
| Type | Description |
|---|---|
| FpaColour |
Remarks
Optional: You may want to save this value with the object displayed on your graphical system
Description
A description of the map element created which could be stored on the graphical element
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EngineObject
Object that will need to be rendered to your graphical system
Declaration
public object EngineObject { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
GraphicalLayerName
A name of a graphical layer that the element maybe assigned
Declaration
public string GraphicalLayerName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UniqueId
Unique id of the element
Declaration
public Guid UniqueId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Remarks
Optional: You may want to save this value with the object displayed on your graphical system