AutodeskMiscProperties Class

Class that stores some data specific to AutoCAD entities, such as XData and curves thickness.
Public Class AutodeskMiscProperties 
Implements ICloneable
This language is not supported or no code example is available.
public class AutodeskMiscProperties : ICloneable
This language is not supported or no code example is available.
Name Description
Public property ExtrusionDir Gets or sets the extrusion direction (unit length).
Public property Thickness Gets or sets the Thickness.
Public property UnparsedDimensionText Gets or sets the unparsed dimension text. It is meaningful just for dimension entities.
Public property XData Gets or sets the XData value list.
Top
Methods
 
Name Description
Public method Clone() Creates a new object that is a copy of the current instance.
Public method ConvertToSurrogate()
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 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).
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.Eyeshot.Entities.AutodeskMiscProperties

.NET Framework

Supported in: 4.8

In this article

Definition