Miner.Interop.Geodatabase Assembly > Miner.Interop Namespace : IMMJoinDisplayNamer Interface |
The following tables list the members exposed by IMMJoinDisplayNamer.
Name | Description | |
---|---|---|
Enabled | Use this property to determine when a display name object is enabled based on dataset properties. For example, you can choose to enable a display name object only when a particular feature class is selected. Returning False prevents the ArcFM Properties Manager from displaying the object for selection. | |
Name | Use this property to set a name for your custom display name object. This value appears in the ArcFM Properties Manager Field Display tab in the Custom Display Name menu. |
Name | Description | |
---|---|---|
DisplayString | The DisplayString method should never be called from the framework when implementing IMMJoinDisplayNamer. If you need the source table row, use IMMDisplayNamer. | |
JoinDisplayString | The JoinDisplayString method determines the attributes that will be visible in a feature's display name when the object is assigned. The row passed into the method will be the fully joined row, which allows you to pull values from both source and destination tables. Call this method instead of DisplayString for this interface. Use the DisplayString method in the IMMDisplayNamer interface when you only need the source table row. |