Reloads the labels in the specified AutoCAD drawing.
VBA / VB.NET
object.ReloadLabels([ObjectIDs] [, Document])
Type: DbConnect
The object or objects this method applies to.
Type: Variant; input-only; optional
Array of longs. Each long specifies an AutoCAD entity object ID. If not specified, reloads all labels in the specified document.
Type: AcadDocument; input-only; optional
The AutoCAD document to reload the labels in. If not specified, reloads the labels in the active document.