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

Everything E3D

Creation

  • Last UpdatedAug 14, 2023
  • 1 minute read

A PML attribute instance may be created for a system attribute or a UDA.

!AXLEN = object attribute('XLEN')

!UINT = object attribute(':UINT')

The class should not be confused with the attribute value. The actual Attribute value for a particular Element can only be accessed via the DBREF class or via the QUERY command. Comparing two Attributes just compares whether they identify the same attribute, the comparison does not look at attribute values in any way.

Related Links