Represents an external reference in a CAD image.

The following tables list the members exposed by the CADXRef type.

Name Description
Public property Box Gets a three-dimensional box that encloses the CADXref object.
Public property CADImage Gets a CAD image received from the referenced file.
Public property EntType Gets a type of this CADXRef entity.
Public property Name Gets a name of the referenced file.
Public property Path Gets a full path to the referenced file.
Top
Name Description
Public method AddCADImage Adds a CAD image from the specified file to the CAD drawing that owns this external reference.
Public method AssignEntity Copies an entity
Public method Dispose
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Loaded Loads this CADXRef object to the specified CADConverter.
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top