Miner.Geodatabase.GeodatabaseManager.ActionHandlers Namespace > ActionHandler Class : Enabled Method |
'Declaration
Public MustOverride Function Enabled( _ ByVal actionType As ActionType, _ ByVal gdbmAction As Actions, _ ByVal versionType As PostVersionType _ ) As System.Boolean
'Usage
Dim instance As ActionHandler Dim actionType As ActionType Dim gdbmAction As Actions Dim versionType As PostVersionType Dim value As System.Boolean value = instance.Enabled(actionType, gdbmAction, versionType)
public abstract System.bool Enabled( ActionType actionType, Actions gdbmAction, PostVersionType versionType )
public function Enabled( actionType: ActionType; gdbmAction: Actions; versionType: PostVersionType ): System.Boolean; abstract;
public __abstract function Enabled( actionType : ActionType, gdbmAction : Actions, versionType : PostVersionType ) : System.boolean;
public: abstract System.bool Enabled( ActionType actionType, Actions gdbmAction, PostVersionType versionType )
public: abstract System.bool Enabled( ActionType actionType, Actions gdbmAction, PostVersionType versionType )
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