Show / Hide Table of Contents

Class ResolveSettings

Contains resolver settings.

Inheritance
System.Object
ResolveSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class ResolveSettings

Fields

DefaultMinIslandSize

The default minimum island size in vertices.

Declaration
public static int DefaultMinIslandSize
Field Value
System.Int32

Properties

MinIslandSize

The minimum island size in vertices.

Declaration
public int MinIslandSize { get; set; }
Property Value
System.Int32

Methods

Clone()

Creates a deep-copy.

Declaration
public ResolveSettings Clone()
Returns
ResolveSettings

Equals(Object)

Returns true if the other object has the same settings in it.

Declaration
public override bool Equals(object obj)
Parameters
System.Object obj

The other object.

Returns
System.Boolean

True if the other object has the same settings in it.

Overrides
System.Object.Equals(System.Object)

GetHashCode()

Serves as the default hash function.

Declaration
public override int GetHashCode()
Returns
System.Int32

Overrides
System.Object.GetHashCode()
Back to top Built by Itinero, MIT licensed.