ArcFM Responder Mobile Developer Guide
Enabled Property (IMMPhaseSwapHelper)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
ReadOnly Property Enabled( _
   ByVal pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass _
) As System.Boolean
'Usage
 
Dim instance As IMMPhaseSwapHelper
Dim pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim value As System.Boolean
 
value = instance.Enabled(pObjectClass)
[System.Runtime.InteropServices.DispId(1610678274)]
System.bool Enabled( 
   ESRI.ArcGIS.Geodatabase.IObjectClass pObjectClass
) {get;}
read-only property Enabled( 
    pObjectClass: ESRI.ArcGIS.Geodatabase.IObjectClass
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get Enabled( 
   pObjectClass : ESRI.ArcGIS.Geodatabase.IObjectClass
) : System.boolean
[System.Runtime.InteropServices.DispId(1610678274)]
__property System.bool get_Enabled( 
   ESRI.ArcGIS.Geodatabase.IObjectClass* pObjectClass
);
[System.Runtime.InteropServices.DispId(1610678274)]
property System.bool Enabled {
   System.bool get(ESRI.ArcGIS.Geodatabase.IObjectClass^ pObjectClass);
}

Parameters

pObjectClass
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

IMMPhaseSwapHelper Interface
IMMPhaseSwapHelper Members

Send Feedback