FileBody Class

Defines the file body for the Eyeshot proprietary file format.
Public NotInheritable Class FileBody
This language is not supported or no code example is available.
public sealed class FileBody
This language is not supported or no code example is available.
Name Description
Public constructor FileBody(WriteFileParams) Standard constructor.
Top
Name Description
Public property Blocks Gets or sets the blocks collection.
Public property Camera Gets or sets the Camera to store.
Public property DrawingsBlocks Gets or sets the drawings block collection.
Public property DrawingsCenterlinesLayerName Gets or sets the drawings centerlines layer name.
Public property DrawingsCenterlinesLineTypeName Gets or sets the drawings centerlines line type name.
Public property DrawingsEdgesLayerName Gets or sets the drawings edges layer name.
Public property DrawingsGhostCirclesLayerName Gets or sets the drawings ghost circles layer name.
Public property DrawingsHatchPatterns Gets or sets the drawings hatch patterns collection.
Public property DrawingsHiddenEdgesLayerName Gets or sets the drawings hidden edges layer name.
Public property DrawingsHiddenSegmentsLineTypeName Gets or sets the drawings hidden segments line type name.
Public property DrawingsHiddenSilhouettesLayerName Gets or sets the drawings hidden silhouettes layer name.
Public property DrawingsHiddenWiresLayerName Gets or sets the drawings hidden wires layer name.
Public property DrawingsLayers Gets or sets the drawings layers collection.
Public property DrawingsLineTypes Gets or sets the drawings line types collection.
Public property DrawingsSheets Gets or sets the drawings sheet collection.
Public property DrawingsSilhouettesLayerName Gets or sets the drawings silhouettes layer name.
Public property DrawingsTextStyles Gets or sets the drawings text styles collection.
Public property DrawingsWiresLayerName Gets or sets the drawings wires layer name.
Public property Entities Gets or sets the entities collection.
Public property HatchPatterns Gets or sets the hatch patterns collection.
Public property Layers Gets or sets the layers collection.
Public property LineTypes Gets or sets the line types collection.
Public property Materials Gets or sets the materials collection.
Public property Paths Gets the array containing the paths of all the files composing the whole assembly.
Public property TextStyles Gets or sets the text styles collection.
Public property Types Gets the array containing info about fileType for all the files composing the whole assembly.
Top
Methods
 
Name Description
Public method ConvertToSurrogate() Converts the FileBody to its surrogate, for serialization purpose.
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 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 ToString Returns a string that represents the current object. (inherited from Object).
Top
devDept.Serialization.FileBody

.NET Framework

Supported in: 4.8

In this article

Definition