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()
Public method ConvertToSurrogate()
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetObjectData(SerializationInfo, StreamingContext) Populates a SerializationInfo instance with the data needed to serialize the target object.
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
devDept.Eyeshot.Entities.AutodeskMiscProperties

.NET Framework

Supported in: 4.7.2

In this article

Definition