'Declaration Public Property AllEdges As System.Nullable(Of Single)
public System.Nullable<float> AllEdges {get; set;}
If the extents on all edges are the same, get returns this common value. Otherwise, get returns null.
'Declaration Public Property AllEdges As System.Nullable(Of Single)
public System.Nullable<float> AllEdges {get; set;}