Visual Basic | |
---|---|
Sub RemoveEntry( _ ByVal Name As System.String _ ) |
C# | |
---|---|
void RemoveEntry( System.string Name ) |
JavaScript | |
---|---|
RemoveEntry( Name : String ) |
Parameters
- Name
- Name of the entity to remove from the dictionary
Create and Remove Dictionaries (C#)
Create and Remove Dictionaries (VB.NET)
Create and Remove Dictionaries (VBA)
Create and Remove Dictionary (JavaScript)
Create and Remove Dictionaries (VB.NET)
Create and Remove Dictionaries (VBA)
Create and Remove Dictionary (JavaScript)
Only the entity that matches the specified name in this dictionary is removed. If the entity exists in the drawing, then the entity is not removed from the drawing.
NOTE: You can also remove dictionaries or XRecords in a dictionary using IDictionary::Erased or IXRecord::Erased, respectively. However, IXDictionary::Erased and IXRecord::Erased require you to call IDictionary::SetEntry to restore any dictionaries or XRecords erased using IDictionary::Erased or IXRecord::Erased. If you removed any dictionaries or XRecords using IDictionary::RemoveEntry, then you do not have to call IDictionary::SetEntry to restore the removed dictionaries or XRecords.
IDictionary Interface
IDictionary Members
IDictionary::GetEntries Method ()
IDictionary::GetEntry Method ()
IDictionary::GetNameOf Method ()
IDictionary::HasEntry Method ()
IDictionary::RenameEntry Method ()
IDictionary Members
IDictionary::GetEntries Method ()
IDictionary::GetEntry Method ()
IDictionary::GetNameOf Method ()
IDictionary::HasEntry Method ()
IDictionary::RenameEntry Method ()
DraftSight V1R4.0