Show / Hide Table of Contents

Class GeoMapAction

Geo action requirement

Inheritance
System.Object
GeoMapElement
GeoMapAction
Implements
IGeoMapElement
Inherited Members
GeoMapElement.UniqueId
GeoMapElement.Color
GeoMapElement.Thickness
GeoMapElement.Name
GeoMapElement.Description
GeoMapElement.DataList
GeoMapElement.AddDataList(String, String)
GeoMapElement.AssignProperties(MapObjectProperties)
GeoMapElement.Draw()
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class GeoMapAction : GeoMapElement, IGeoMapElement
Remarks

Used when a command or action is required in the GeoMapElementCollection on the graphics system.

Constructors

View Source

GeoMapAction(GeoMapElementActions)

Declaration
public GeoMapAction(GeoMapElementActions geoMapElementActions)
Parameters
Type Name Description
GeoMapElementActions geoMapElementActions

Properties

View Source

Action

Gets or sets the action required on the graphics system / Mapping system.

Declaration
public GeoMapElementActions Action { get; }
Property Value
Type Description
GeoMapElementActions
Remarks

This property is read-only and set in the constructor when the class is initialized.

Methods

View Source

EraseAll()

Declaration
public static GeoMapElement EraseAll()
Returns
Type Description
GeoMapElement
View Source

EraseMapElementByUniqueId(Guid)

Declaration
public static GeoMapElement EraseMapElementByUniqueId(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
GeoMapElement

Implements

IGeoMapElement
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited