Click or drag to resize

UCSs Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents a collection of user coordinate systems.
Inheritance Hierarchy
SystemObject
  netDxfDxfObject
    netDxf.CollectionsTableObjectsUCS
      netDxf.CollectionsUCSs

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public sealed class UCSs : TableObjects<UCS>
Request Example View Source

The UCSs type exposes the following members.

Properties
  NameDescription
Public propertyCodeName
Gets the DXF object name.
(Inherited from DxfObject.)
Public propertyCount
Gets the number of table objects.
(Inherited from TableObjectsT.)
Public propertyHandle
Gets the handle assigned to the DXF object.
(Inherited from DxfObject.)
Public propertyItem
Gets a table object from the list by name.
(Inherited from TableObjectsT.)
Public propertyItems
Gets the table object list.
(Inherited from TableObjectsT.)
Public propertyMaxCapacity
Gets the maximum number of objects the collection can hold.
(Inherited from TableObjectsT.)
Public propertyNames
Gets the ObjectTable names.
(Inherited from TableObjectsT.)
Public propertyOwner
Gets the owner of the actual dxf object.
(Inherited from TableObjectsT.)
Top
Methods
  NameDescription
Public methodAdd
Adds a table object to the list.
(Inherited from TableObjectsT.)
Public methodClear
Removes all table objects that are not reserved and have no references.
(Inherited from TableObjectsT.)
Public methodContains(String)
Checks if a table object already exists in the list.
(Inherited from TableObjectsT.)
Public methodContains(T)
Checks if a table object already exists in the list.
(Inherited from TableObjectsT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the table object collection.
(Inherited from TableObjectsT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetReferences(String)
Gets the dxf objects referenced by a T.
(Inherited from TableObjectsT.)
Public methodGetReferences(T)
Gets the dxf objects referenced by a T.
(Inherited from TableObjectsT.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(String)
Removes a user coordinate system.
(Overrides TableObjectsTRemove(String).)
Public methodRemove(UCS)
Removes a user coordinate system.
(Overrides TableObjectsTRemove(T).)
Public methodToString
Obtains a string that represents the DXF object.
(Inherited from DxfObject.)
Public methodTryGetValue
Gets the table object associated with the specified name.
(Inherited from TableObjectsT.)
Top
Remarks
The UCSs collection method GetReferences will always return an empty list since there are no DxfObjects that references them.
See Also