.NET API object gadget

View raw Markdown

Read the public API values and implemented interfaces of an inspectable Visual Components object in Object Inspector.

Read a .NET API object

Use .NET API object gadget to inspect the public API values exposed by an inspectable object and follow related API objects or collections. It is a read-only view of the selected object; it does not write values back to the layout.

The .NET API object gadget for Stacker Crane - Dual Pallet #2, showing the ISimComponent interface, API values, null relationships, and inspect buttons for nested objects.

Before you start

Steps

  1. Open Inspector for the selected object.
  2. In the gadget selector, select .NET API object gadget.
  3. Check Name and DataType to confirm that the gadget is showing the intended object.
  4. In Interface, select All to scan the available API fields, or select a specific implemented interface to focus the rows.
  5. Read the displayed values for the investigation question. Use the magnifier beside a nested object or collection when its contents need separate inspection.

Interpret the result

Read-only boundary

The gadget displays text rows and changes which interface is shown; it does not provide a property editor or a setter for the displayed API values. The magnifier opens a related value for inspection, while the value context menu can copy display text or select a related layout object. These actions do not change the source property value.

Use the separate Property container gadget when the investigation requires the layout's property-container view. That is a different surface from this generic API inspection view.

See Inspector gadget system for choosing a gadget. Use Object hierarchy to follow the selected object's tree context, or Object bounds to investigate its visual dimensions and world center.