Show / Hide Table of Contents

Class AttributeListContainer

static Funktions to manage IAttributeListContainer and IAttributeList objects

Inheritance
System.Object
AttributeListContainer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
public class AttributeListContainer

Constructors

| Improve this Doc View Source

AttributeListContainer()

Declaration
public AttributeListContainer()

Methods

| Improve this Doc View Source

CloneAttributeList(IAttributeListContainer, IAttributeListContainer, String, Boolean)

Declaration
public static bool CloneAttributeList(IAttributeListContainer From, IAttributeListContainer To, string ListName, bool Initialize)
Parameters
Type Name Description
IAttributeListContainer From
IAttributeListContainer To
System.String ListName
System.Boolean Initialize
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IncludeAttributeList(IAttributeListContainer, IAttributeListContainer, String, Boolean)

Declaration
public static bool IncludeAttributeList(IAttributeListContainer Including, IAttributeListContainer Included, string ListName, bool Initialize)
Parameters
Type Name Description
IAttributeListContainer Including
IAttributeListContainer Included
System.String ListName
System.Boolean Initialize
Returns
Type Description
System.Boolean
| Improve this Doc View Source

UpdateLists(IAttributeListContainer, Boolean)

Declaration
public static void UpdateLists(IAttributeListContainer container, bool AddMissingToList)
Parameters
Type Name Description
IAttributeListContainer container
System.Boolean AddMissingToList
| Improve this Doc View Source

UpdateObjectAttrinutes(IAttributeListContainer, IGeoObject)

Declaration
public static void UpdateObjectAttrinutes(IAttributeListContainer container, IGeoObject Object2Update)
Parameters
Type Name Description
IAttributeListContainer container
IGeoObject Object2Update
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX