Miner.Interop.Geodatabase Assembly > Miner.Interop Namespace : IMMJoinDisplayNamer Interface |
For a list of all members of this type, see IMMJoinDisplayNamer members.
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. |