Class ReferencedPolygon
Represents a referenced polygon 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 ReferencedPolygon : ReferencedLocationRemarks
The reference graph plays no part here, a polygon is just a polygon.
Properties
Coordinates
Gets or sets the list of coordinates.
Declaration
public Coordinate[] Coordinates { get; set; }Property Value
| Coordinate[] 
 | 
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override object Clone()Returns
| System.Object 
 |