Show / Hide Table of Contents

Class IslandLabels

Holds island labels for each edge.

Inheritance
System.Object
IslandLabels
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 IslandLabels

Fields

NoAccess

Declaration
public const uint NoAccess = 4294967294U
Field Value
System.UInt32

NotSet

Declaration
public const uint NotSet = 4294967295U
Field Value
System.UInt32

Properties

Count

Returns the # of labels.

Declaration
public uint Count { get; }
Property Value
System.UInt32

Item[UInt32]

Gets or sets the label.

Declaration
public uint this[uint id] { get; }
Parameters
System.UInt32 id

The label.

Property Value
System.UInt32

Back to top Built by Itinero, MIT licensed.