ArcFM Solution Developer Guide
IMMJoinDisplayNamer Interface Members
Properties  Methods 

The following tables list the members exposed by IMMJoinDisplayNamer.

Public Properties
 NameDescription
 PropertyEnabledUse 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.  
 PropertyNameUse 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.  
Top
Public Methods
 NameDescription
 MethodDisplayStringThe DisplayString method should never be called from the framework when implementing IMMJoinDisplayNamer. If you need the source table row, use IMMDisplayNamer.  
 MethodJoinDisplayString

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.

 
Top
See Also

Reference

IMMJoinDisplayNamer Interface
Miner.Interop Namespace

 

 


Send Comment