SheetEx Class

Extended Sheet class.
Public Class SheetEx 
Inherits Sheet
This language is not supported or no code example is available.
public class SheetEx : Sheet
This language is not supported or no code example is available.
Name Description
Protected constructor SheetEx(SheetEx)
Public constructor SheetEx(SerializationInfo, StreamingContext) Constructor for deserializing objects.
Top
Name Description
Public property Camera (inherited from Sheet).
Public property Entities (inherited from Sheet).
Public property Height Gets or sets sheet height. (inherited from Sheet).
Public property Name Gets or sets sheet name. (inherited from Sheet).
Public property Units Gets the measurement system type for the sheet. (inherited from Sheet).
Public property Width Gets or sets sheet width. (inherited from Sheet).
Top
Methods
 
Name Description
Public method AddViewPlaceHolder(View, Model, Drawings, string) Creates a block with the placeholder entities, adds it to the Drawings and adds the View to the Entities if not already present. (inherited from Sheet).
Public method BuildA0ISO(out Block, string, Nullable<Color>) Creates the block for A0 ISO format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Public method BuildA1ISO(out Block, string, Nullable<Color>) Creates the block for A1 ISO format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Public method BuildA2ISO(out Block, string, Nullable<Color>) Creates the block for A2 ISO format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Public method BuildA3ISO(out Block, string, Nullable<Color>) Creates the block for A3 ISO format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Public method BuildA4ISO(out Block, string, Nullable<Color>) Creates the block for A4 ISO format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Public method BuildA4LANDSCAPEISO(out Block, string, Nullable<Color>) Creates the block for A4 LANDSCAPE ISO format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Public method BuildAANSI(out Block, string, Nullable<Color>) Creates the block for A ANSI format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Public method BuildALANDSCAPEANSI(out Block, string, Nullable<Color>) Creates the block for A LANDSCAPE ANSI format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Public method BuildBANSI(out Block, string, Nullable<Color>) Creates the block for B ANSI format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Public method BuildBillOfMaterials(Model, Point3D, string, string, string, string, out Block, string, bool, flowDirection, int) Creates a block with the Bill Of Materials table. (inherited from Sheet).
Public method BuildCANSI(out Block, string, Nullable<Color>) Creates the block for C ANSI format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Public method BuildDANSI(out Block, string, Nullable<Color>) Creates the block for D ANSI format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Public method BuildEANSI(out Block, string, Nullable<Color>) Creates the block for E ANSI format and adds the related BlockReference to the Sheet Entities collection. (inherited from Sheet).
Protected method BuildFormatBlock(string, IList<Entity>, out Block) Creates the format block. (inherited from Sheet).
Public method Clone() Creates a deep copy of this entity.
Public method ConvertToSurrogate()
Protected method CreateBorder(double, double, int, int, Nullable<Color>, float, double, double, bool, float) Creates the drawing border. (inherited from Sheet).
Protected method CreateBorderHorizontalTexts(double, double, int, int, Nullable<Color>, float, double, double, bool, bool) Creates horizontal texts for the drawing border. (inherited from Sheet).
Protected method CreateBorderSeparators(double, double, int, int, Nullable<Color>, float, double) Creates the separator lines inside the drawing borders. (inherited from Sheet).
Protected method CreateBorderVerticalTexts(double, double, int, int, Nullable<Color>, float, double, double, bool, bool) Creates vertical texts for the drawing border. (inherited from Sheet).
Protected method CreateTitleBlock(double, Color, float) Creates the title block of the drawing border starting from the bottom-right corner. (inherited from Sheet).
Public method Dispose() Cleans up graphics resources, like display lists, etc. (inherited from Sheet).
Public method Equals(Sheet) (inherited from Sheet).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetKey() Gets the key for the item of the collection. (inherited from Sheet).
Protected method GetLogo() Gets the logo for the title block. (inherited from Sheet).
Public method GetObjectData(SerializationInfo, StreamingContext) Populates a SerializationInfo instance with the data needed to serialize the target object.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method HasChanged(BlockKeyedCollection) Indicates whether some views must be updated or not. (Optional) Checks also if exists the related block for each BlockReference. (inherited from Sheet).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Protected method OnKeyChanged(string, string) When the Name changes I need to notify it to the related keyed collections before changing it. (inherited from Sheet).
Public method Rebuild(Model, Drawings, bool, bool) Rebuilds outdated views on this sheet. (inherited from Sheet).
Public method SetKey(string) Sets the key for the item of the collection. (inherited from Sheet).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Events
 
Name Description
Public event KeyChanged Occurs when the Name changes. (inherited from Sheet).
Top
devDept.Eyeshot.Translators.SheetEx

.NET Framework

Supported in: 4.8

In this article

Definition