Show / Hide Table of Contents

Class UCSs

Represents a collection of user coordinate systems.

Inheritance
System.Object
DxfObject
TableObjects<UCS>
UCSs
Implements
System.Collections.Generic.IEnumerable<UCS>
System.Collections.IEnumerable
Inherited Members
TableObjects<UCS>.list
TableObjects<UCS>.references
TableObjects<UCS>.Item[String]
TableObjects<UCS>.Items
TableObjects<UCS>.Names
TableObjects<UCS>.Count
TableObjects<UCS>.MaxCapacity
TableObjects<UCS>.Owner
TableObjects<UCS>.GetReferences(String)
TableObjects<UCS>.GetReferences(UCS)
TableObjects<UCS>.Contains(String)
TableObjects<UCS>.Contains(UCS)
TableObjects<UCS>.TryGetValue(String, UCS)
TableObjects<UCS>.Add(UCS)
TableObjects<UCS>.Clear()
TableObjects<UCS>.GetEnumerator()
TableObjects<UCS>.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 UCSs : TableObjects<UCS>, IEnumerable<UCS>, IEnumerable
Remarks

The UCSs collection method GetReferences will always return an empty list since there are no DxfObjects that references them.

Methods

| Improve this Doc View Source

Remove(UCS)

Removes a user coordinate system.

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

UCS to remove from the document.

Returns
Type Description
System.Boolean

True if the user coordinate system has been successfully removed, or false otherwise.

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

Reserved user coordinate system or any other referenced by objects cannot be removed.

| Improve this Doc View Source

Remove(String)

Removes a user coordinate system.

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

UCS name to remove from the document.

Returns
Type Description
System.Boolean

True if the user coordinate system has been successfully removed, or false otherwise.

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

Reserved user coordinate system 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