Show / Hide Table of Contents

Class ApplicationRegistries

Represents a collection of application registries.

Inheritance
System.Object
DxfObject
TableObjects<ApplicationRegistry>
ApplicationRegistries
Implements
System.Collections.Generic.IEnumerable<ApplicationRegistry>
System.Collections.IEnumerable
Inherited Members
TableObjects<ApplicationRegistry>.list
TableObjects<ApplicationRegistry>.references
TableObjects<ApplicationRegistry>.Item[String]
TableObjects<ApplicationRegistry>.Items
TableObjects<ApplicationRegistry>.Names
TableObjects<ApplicationRegistry>.Count
TableObjects<ApplicationRegistry>.MaxCapacity
TableObjects<ApplicationRegistry>.Owner
TableObjects<ApplicationRegistry>.GetReferences(String)
TableObjects<ApplicationRegistry>.GetReferences(ApplicationRegistry)
TableObjects<ApplicationRegistry>.Contains(String)
TableObjects<ApplicationRegistry>.Contains(ApplicationRegistry)
TableObjects<ApplicationRegistry>.TryGetValue(String, ApplicationRegistry)
TableObjects<ApplicationRegistry>.Add(ApplicationRegistry)
TableObjects<ApplicationRegistry>.Clear()
TableObjects<ApplicationRegistry>.GetEnumerator()
TableObjects<ApplicationRegistry>.IEnumerable.GetEnumerator()
DxfObject.CodeName
DxfObject.Handle
DxfObject.ToString()
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)
Namespace: netDxf.Collections
Assembly: CADability.dll
Syntax
public sealed class ApplicationRegistries : TableObjects<ApplicationRegistry>, IEnumerable<ApplicationRegistry>, IEnumerable

Methods

| Improve this Doc View Source

Remove(ApplicationRegistry)

Removes an application registry.

Declaration
public override bool Remove(ApplicationRegistry item)
Parameters
Type Name Description
ApplicationRegistry item

ApplicationRegistry to remove from the document.

Returns
Type Description
System.Boolean

True if the application registry has been successfully removed, or false otherwise.

Overrides
netDxf.Collections.TableObjects<netDxf.Tables.ApplicationRegistry>.Remove(netDxf.Tables.ApplicationRegistry)
Remarks

Reserved application registries or any other referenced by objects cannot be removed.

| Improve this Doc View Source

Remove(String)

Removes an application registry.

Declaration
public override bool Remove(string name)
Parameters
Type Name Description
System.String name

ApplicationRegistry name to remove from the document.

Returns
Type Description
System.Boolean

True if the application registry has been successfully removed, or false otherwise.

Overrides
netDxf.Collections.TableObjects<netDxf.Tables.ApplicationRegistry>.Remove(System.String)
Remarks

Reserved application registries or any other referenced by objects cannot be removed.

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX