Show / Hide Table of Contents

Class FeatureTreeElement

Inheritance
System.Object
TreeElement
FeatureTreeElement
Inherited Members
TreeElement.depth
TreeElement.parent
TreeElement.children
TreeElement.hasChildren
TreeElement.name
TreeElement.id
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Editor
Assembly:cs.temp.dll.dll
Syntax
[Serializable]
public class FeatureTreeElement : TreeElement

Constructors

FeatureTreeElement(String, Int32, Int32)

Declaration
public FeatureTreeElement(string name, int depth, int id)
Parameters
Type Name Description
System.String name
System.Int32 depth
System.Int32 id

Fields

isActive

Declaration
public bool isActive
Field Value
Type Description
System.Boolean

Name

Declaration
public string Name
Field Value
Type Description
System.String

Type

Declaration
public string Type
Field Value
Type Description
System.String
Back to top © 2017 Mapbox