ArcFM Responder Mobile Developer Guide
get_Enabled(IRelationshipClass,mmEditEvent) Method






Syntax
'Declaration
 
Public Overloads MustOverride Function get_Enabled( _
   ByVal relationshipClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass, _
   ByVal editEvent As mmEditEvent _
) As System.Boolean
'Usage
 
Dim instance As RelationshipConductorLabelAU
Dim relationshipClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass
Dim editEvent As mmEditEvent
Dim value As System.Boolean
 
value = instance.get_Enabled(relationshipClass, editEvent)
public abstract System.bool get_Enabled( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass relationshipClass,
   mmEditEvent editEvent
)
public function get_Enabled( 
    relationshipClass: ESRI.ArcGIS.Geodatabase.IRelationshipClass;
    editEvent: mmEditEvent
): System.Boolean; abstract; 
public __abstract function get_Enabled( 
   relationshipClass : ESRI.ArcGIS.Geodatabase.IRelationshipClass,
   editEvent : mmEditEvent
) : System.boolean;
public: abstract System.bool get_Enabled( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass* relationshipClass,
   mmEditEvent editEvent
) 
public:
abstract System.bool get_Enabled( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass^ relationshipClass,
   mmEditEvent editEvent
) 

Parameters

relationshipClass
editEvent
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

RelationshipConductorLabelAU Class
RelationshipConductorLabelAU Members
Overload List

Send Feedback