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

Name Description
Public method Static CopyFileChangeLayouts(EntityID, EntityID, EntityID, IDatabase) Copy any file change layouts
Public method Static CreateLayout(EntityID, string, int, bool, EntityID, IDatabase) Create a new layout
Public method Static DeleteLayout(EntityID, IDatabase) Delete a layout
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
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 Static GetCADLayouts(EntityID, bool, IDatabase) Get all our cad layouts
Public method Static GetCADLayouts(EntityID, int, bool, IDatabase) Get cad Layouts
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Static PurgeFileLayouts(EntityID, IDatabase) Purge all layouts for a file id
Public method Static SetFileChangeLayouts(EntityID, List<CADLayoutInfo>, EntityID, IDatabase) Set the CAD layout details
Public method Static SetLayoutAttributes(EntityID, List<AttributeInfo>, IDatabase) Set some layout attributes
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top