ArcFM Solution Developer Guide
Enabled Property (IMMJoinDisplayNamer)


IDataset
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.
Syntax
'Declaration
 
<DispIdAttribute(1610678273)>
ReadOnly Property Enabled( _
   ByVal pDataset As ESRI.ArcGIS.Geodatabase.IDataset _
) As Boolean
'Usage
 
Dim instance As IMMJoinDisplayNamer
Dim pDataset As ESRI.ArcGIS.Geodatabase.IDataset
Dim value As Boolean
 
value = instance.Enabled(pDataset)
[DispId(1610678273)]
bool Enabled( 
   ESRI.ArcGIS.Geodatabase.IDataset pDataset
) {get;}

Parameters

pDataset
IDataset
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMJoinDisplayNamer Interface
IMMJoinDisplayNamer Members

 

 


Send Comment