:VLR-beginAttach
|
3
|
First parameter is a VLA-object pointing to the target drawing database.
Second parameter is a string containing the file name of the xref being attached.
Third parameter is a VLA-object pointing to the drawing database that contains the objects being attached.
|
:VLR-otherAttach
|
2
|
First parameter is a VLA-object pointing to the target drawing database.
Second parameter is a VLA-object pointing to the drawing database that contains the objects being attached.
|
:VLR-abortAttach
|
1
|
A VLA-object pointing to the drawing database that contains the objects being attached.
|
:VLR-endAttach
|
1
|
A VLA-object pointing to the target drawing database.
|
:VLR-redirected
|
2
|
First parameter is an integer containing the object ID for the redirected symbol table record (STR) in the drawing being referenced.
Second parameter is an integer containing the object ID for the object in the xref drawing.
|
:VLR-comandeered
|
3
|
First parameter is a VLA-object pointing to the database receiving the xref.
Second parameter is an integer containing the object ID of the object being commandeered.
Third parameter is a VLA-object pointing to the drawing database that contains the objects being attached.
|
:VLR-beginRestore
|
3
|
First parameter is a VLA-object pointing to the database receiving the xref.
Second parameter is a string containing the xref block table record (BTR) name.
Third parameter is a VLA-object pointing to the drawing database that contains the objects being attached.
|
:VLR-abortRestore
:VLR-endRestore
|
1
|
A VLA-object pointing to the target drawing database.
|
:VLR-xrefSubcommandBindItem
|
2
|
First parameter is an integer indicating the activity the BIND is carrying out. Possible values are
0 -- BIND subcommand invoked.
2 -- xref with the indicated object ID is being bound.
3 -- xref with the indicated object ID was successfully bound.
4 -- BIND subcommand completed.
5 -- BIND operation is about to either terminate or fail to complete on the specified object ID.
6 -- BIND operation has either terminated or failed to complete on the specified object ID.
7 -- Sent for an XDep block bound by XBind.
8 -- Sent for all other symbols: Layers, Linetypes, TextStyles, and DimStyles.
Second parameter is an integer containing the object ID of the xref being bound, or 0 if not applicable.
|
:VLR-xrefSubcommandAttachItem
|
2
|
First parameter is an integer indicating the activity the ATTACH is carrying out. Possible values are
0 -- BIND subcommand invoked.
2 -- xref with the indicated object ID is being bound.
3 -- xref with the indicated object ID was successfully bound.
4 -- BIND subcommand completed.
5 -- BIND operation is about to either terminate or fail to complete on the specified object ID.
6 -- BIND operation has either terminated or failed to complete on the specified object ID.
Second parameter is a string identifying the file being attached; otherwise if not applicable. nil
|
:VLR-xrefSubcommandOverlayItem
|
2
|
First parameter is an integer indicating the activity the OVERLAY is carrying out. Possible values are
0 -- BIND subcommand invoked.
2 -- xref with the indicated object ID is being bound.
3 -- xref with the indicated object ID was successfully bound.
4 -- BIND subcommand completed.
5 -- BIND operation is about to either terminate or fail to complete on the specified object ID.
6 -- BIND operation has either terminated or failed to complete on the specified object ID.
Second parameter is a string identifying the file being overlaid; otherwise if not applicable. nil
|
:VLR-xrefSubcommandDetachItem
|
2
|
First parameter is an integer indicating the activity the DETACH is carrying out. Possible values are
0 -- BIND subcommand invoked.
2 -- xref with the indicated object ID is being bound.
3 -- xref with the indicated object ID was successfully bound.
4 -- BIND subcommand completed.
5 -- BIND operation is about to either terminate or fail to complete on the specified object ID.
6 -- BIND operation has either terminated or failed to complete on the specified object ID.
Second parameter is an integer containing the object ID of the xref being detached, or 0 if not applicable.
|
:VLR-xrefSubcommandPathItem
|
3
|
First parameter is an integer indicating the activity the DETACH is carrying out. Possible values are
0 -- BIND subcommand invoked.
2 -- xref with the indicated object ID is being bound.
3 -- xref with the indicated object ID was successfully bound.
4—BIND subcommand completed.
5 -- BIND operation is about to either terminate or fail to complete on the specified object ID.
6 -- BIND operation has either terminated or failed to complete on the specified object ID.
Second parameter is an integer containing the object ID of the xref being operated on, or 0 if not applicable.
Third parameter is a string identifying the new path name of the xref; otherwise if not applicable. nil
|
:VLR-xrefSubcommandReloadItem
|
2
|
First parameter is an integer indicating the activity the RELOAD is carrying out. Possible values are
0 -- BIND subcommand invoked.
2 -- xref with the indicated object ID is being bound.
3 -- xref with the indicated object ID was successfully bound.
4 -- BIND subcommand completed.
5 -- BIND operation is about to either terminate or fail to complete on the specified object ID.
6 -- BIND operation has either terminated or failed to complete on the specified object ID.
第二个参数是一个整数,其中包含要重新加载的外部参照的对象 ID,如果不适用,则为 0。
|
:VLR-xrefSubcommandUnloadItem
|
2
|
第一个参数是一个整数,指示卸载正在执行的活动。可能的值为
0 -- 调用 BIND 子命令。
2 -- 正在绑定具有指示对象 ID 的外部参照。
3 -- 已成功绑定具有指示对象 ID 的外部参照。
4 -- BIND 子命令已完成。
5 -- BIND 操作即将终止或无法在指定的对象 ID 上完成。
6 -- 指定对象 ID 上的 BIND 操作已终止或无法完成。
第二个参数是一个整数,其中包含正在卸载的外部参照的对象 ID,如果不适用,则为 0。
|