ArcFM Desktop Developer Guide
get_Enabled(IRelationshipClass,IObjectClass,IObjectClass,mmEditEvent) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Overloads Function get_Enabled( _
   ByVal relationshipClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass, _
   ByVal originClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal destinationClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal editEvent As mmEditEvent _
) As Boolean
'Usage
 
Dim instance As UpdateKVASynchPhase
Dim relationshipClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass
Dim originClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim destinationClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim editEvent As mmEditEvent
Dim value As Boolean
 
value = instance.get_Enabled(relationshipClass, originClass, destinationClass, editEvent)
public bool get_Enabled( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass relationshipClass,
   ESRI.ArcGIS.Geodatabase.IObjectClass originClass,
   ESRI.ArcGIS.Geodatabase.IObjectClass destinationClass,
   mmEditEvent editEvent
)

Parameters

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

UpdateKVASynchPhase Class
UpdateKVASynchPhase Members
Overload List

 

 


Send Comment