Class CircleLocation
Represents a circle location.
Inheritance
System.Object
CircleLocation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class CircleLocation : ILocation
Properties
Coordinate
Gets or sets the location (COORD).
Declaration
public Coordinate Coordinate { get; set; }
Property Value
Coordinate
|
Radius
Gets or sets the radius in meter (RAD).
Declaration
public int Radius { get; set; }
Property Value
System.Int32
|