ArcFM Solution Developer Guide
Enabled Property (IMMRelationshipAUStrategy)


IRelationshipClass
mmEditEvent
Determines whether the relationship AU is listed in the ArcFM Properties Manager in ArcCatalog for a specific relationship class.
Syntax
'Declaration
 
<DispIdAttribute(1610678274)>
ReadOnly Property Enabled( _
   ByVal pRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass, _
   ByVal eEvent As mmEditEvent _
) As Boolean
'Usage
 
Dim instance As IMMRelationshipAUStrategy
Dim pRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass
Dim eEvent As mmEditEvent
Dim value As Boolean
 
value = instance.Enabled(pRelClass, eEvent)
[DispId(1610678274)]
bool Enabled( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass pRelClass,
   mmEditEvent eEvent
) {get;}

Parameters

pRelClass
IRelationshipClass
eEvent
mmEditEvent

Property Value

Boolean
Example
 
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

IMMRelationshipAUStrategy Interface
IMMRelationshipAUStrategy Members

 

 


Send Comment