Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Everything E3D

Unclassify a Link

  • Last UpdatedJan 05, 2023
  • 1 minute read

To remove classification information from a Link Descriptor you can use the DLREMOVE command.

If current element is a Link Descriptor (LNDESC) named /MYDOC1 the following command removes /MYCLASS1 classification from the /MYDOC1 Link Descriptor:

> DLREM /MYCLASS1

If current element is a Link Class (LNCLAS) named /MYCLASS1 the following command removes /MYCLASS1 classification from the /MYDOC1 Link Descriptor:

> DLREM /MYDOC1

The following command removes all Link Descriptor associations from the current Link Class:

> DLREM LINks

The following command removes all classification information from the current Link Descriptor:

> DLREM CLAsses

Related Links