Show / Hide Table of Contents

Class GeoMapImage

Handling of an image to display on the graphical system

Inheritance
System.Object
GeoMapElement
GeoMapImage
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 GeoMapImage : GeoMapElement, IGeoMapElement

Properties

View Source

Angle

Angle to rotate image when placed in the graphical system

Declaration
public CompassBearing Angle { get; set; }
Property Value
Type Description
CompassBearing
View Source

Coordinate

Geocoordinate of the image to display

Declaration
public GeoCoordinate Coordinate { get; set; }
Property Value
Type Description
GeoCoordinate
View Source

ImageFilename

Filename of the image to use

Declaration
public string ImageFilename { get; set; }
Property Value
Type Description
System.String

Implements

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