ArcFM Engine Developer Guide
Enabled Method (CleanupFeederSync)


Syntax
'Declaration
 
Public Overrides Function Enabled( _
   ByVal actionType As ActionType, _
   ByVal gdbmAction As Actions, _
   ByVal versionType As PostVersionType _
) As Boolean
'Usage
 
Dim instance As CleanupFeederSync
Dim actionType As ActionType
Dim gdbmAction As Actions
Dim versionType As PostVersionType
Dim value As Boolean
 
value = instance.Enabled(actionType, gdbmAction, versionType)
public override bool Enabled( 
   ActionType actionType,
   Actions gdbmAction,
   PostVersionType versionType
)

Parameters

actionType
gdbmAction
versionType
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

CleanupFeederSync Class
CleanupFeederSync Members

 

 


Send Comment