SSNAMEX documentation omission
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Return values from ssnamex have more information in them than the documentation indicates. For example, when a picked object is selected as part of a ssget, let's say the first object for example. If that object is a nested attribute reference, then there is information in the ssnamex return value that indicates which attribute it it. This is not documented. In the following hypthetical example, based on the documentation, the object is selected by pick (first number is 1), the parent entity is 1d62da0, and the nested entity picked is the 6th attribute following the block reference parent. The examples only show the number after the ename being 0 and never mention another use.
((1 <Entity name: 1d62da0> 6 (0 (1.0 1.0 0.0))))
The 0th entity after the parent entity would mean that the parent block reference object was selected rather than an attribute. Such a return value would look like below.
((1 <Entity name: 1d62da0> 0 (0 (1.0 1.0 0.0))))