Class ReferencedCircle
Represents a referenced circle location with a graph as a reference.
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 ReferencedCircle : ReferencedLocation
Remarks
The reference graph play no part here, a circle is just a circle.
Properties
Latitude
Gets or sets the latitude.
Declaration
public double Latitude { get; set; }
Property Value
System.Double
|
Longitude
Gets or sets the longitude.
Declaration
public double Longitude { get; set; }
Property Value
System.Double
|
Radius
Gets or sets the radius.
Declaration
public int Radius { get; set; }
Property Value
System.Int32
|
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override object Clone()
Returns
System.Object
|