Represents a layout of the HPGL drawing.

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

Name Description
Public property Box Gets or sets a three-dimensional box that encloses the CADLayout object. (inherited from CADLayout).
Public property Count Gets a number of entities on this CADLayout. (inherited from CADLayout).
Public property EntName (inherited from CADLayout).
Public property Entities Gets a collection of entities contained in the loaded CAD image. (inherited from CADLayout).
Public property IsEmpty Gets a value indicating whether this CADLayout is empty. (inherited from CADLayout).
Public property Name Gets or sets a name of the layout which read from a CAD file. (inherited from CADLayout).
Public property PSLTScalingByViewport Gets or sets using PSLTSCALE value for the CADLayout. (inherited from CADLayout).
Public property PSize Gets paper size for the layout
Public property PaperSpaceBlock Gets or sets a block containing entities that will be drawn to a specified layout. (inherited from CADLayout).
Top
Name Description
Public method AddEntity Adds a new child entity. (inherited from CADLayout).
Public method Dispose (inherited from CADLayout).
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Iterate Invokes the referenced (by the specified delegate) method for each CAD entity belonging to the specified CADLayout. (inherited from CADLayout).
Public method Loaded Loads this CADLayout to the specified CADConverter. (inherited from CADLayout).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top