Class GeoMapAction
Inheritance
System.Object
GeoMapAction
Assembly: FpAssistantCoreScl.dll
Syntax
public class GeoMapAction : GeoMapElement, IGeoMapElement
Constructors
View Source
GeoMapAction(GeoMapElementActions)
Declaration
public GeoMapAction(GeoMapElementActions geoMapElementActions)
Parameters
Properties
View Source
Action
Gets or sets the action required on the graphics system / Mapping system.
Declaration
public GeoMapElementActions Action { get; }
Property Value
Methods
View Source
EraseAll()
Declaration
public static GeoMapElement EraseAll()
Returns
View Source
EraseMapElementByUniqueId(Guid)
Declaration
public static GeoMapElement EraseMapElementByUniqueId(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Implements