BlockEx Class

Derived Block class with external reference information.
Public Class BlockEx 
Implements IReadWriteDataEx, _ 
IKeyedCollectionDisposableItem(Of BlockEx)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Name Description
Public constructor BlockEx(BlockEx) Copy constructor.
Public constructor BlockEx(SerializationInfo, StreamingContext) Constructor for deserializing objects.
Public constructor BlockEx(string) Empty constructor.
Top
Name Description
Public property BlockSource Gets or sets the blockSourceType.
Public property ExportMode Gets the autodesk export mode.
Public property XRefName Gets a string indicating whether the block belongs to an xReference.
Public property XRefPath Gets the path of the external reference.
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of the Block (cloning all its entities).
Public method ConvertToSurrogate()
Public method Equals(BlockEx) Compares block names ignoring cases.
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 SetXReferenceData(BlockEx)
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Remarks
 
A BlockEx object can be created with the ReadAutodesk.CreateXRef method, in order to save the block as an external reference.
devDept.Eyeshot.Translators.BlockEx

.NET Framework

Supported in: 4.8

In this article

Definition