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
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
ReadOnly Property Enabled( _
   ByVal pRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass, _
   ByVal eEvent As mmEditEvent _
) As System.Boolean
'Usage
 
Dim instance As IMMRelationshipAUStrategy
Dim pRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass
Dim eEvent As mmEditEvent
Dim value As System.Boolean
 
value = instance.Enabled(pRelClass, eEvent)
[System.Runtime.InteropServices.DispId(1610678274)]
System.bool Enabled( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass pRelClass,
   mmEditEvent eEvent
) {get;}
read-only property Enabled( 
    pRelClass: ESRI.ArcGIS.Geodatabase.IRelationshipClass;
    eEvent: mmEditEvent
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get Enabled( 
   pRelClass : ESRI.ArcGIS.Geodatabase.IRelationshipClass,
   eEvent : mmEditEvent
) : System.boolean
[System.Runtime.InteropServices.DispId(1610678274)]
__property System.bool get_Enabled( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass* pRelClass,
   mmEditEvent eEvent
);
[System.Runtime.InteropServices.DispId(1610678274)]
property System.bool Enabled {
   System.bool get(ESRI.ArcGIS.Geodatabase.IRelationshipClass^ pRelClass, mmEditEvent eEvent);
}

Parameters

pRelClass
IRelationshipClass
eEvent
mmEditEvent

Property Value

Boolean
Example
 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMRelationshipAUStrategy Interface
IMMRelationshipAUStrategy Members

Send Feedback