ArcFM Desktop Developer Guide
DoCircuitAffectedDisabling(BaseCommand,String,String,String,String,String) Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function DoCircuitAffectedDisabling( _
   ByVal command As ESRI.ArcGIS.ADF.BaseClasses.BaseCommand, _
   ByVal commandName As String, _
   ByVal originalMessage As String, _
   ByVal originalTooltip As String, _
   ByRef message As String, _
   ByRef toolTip As String _
) As Boolean
'Usage
 
Dim command As ESRI.ArcGIS.ADF.BaseClasses.BaseCommand
Dim commandName As String
Dim originalMessage As String
Dim originalTooltip As String
Dim message As String
Dim toolTip As String
Dim value As Boolean
 
value = ToolAndCommandDisablingExtensions.DoCircuitAffectedDisabling(command, commandName, originalMessage, originalTooltip, message, toolTip)
[Extension()]
public static bool DoCircuitAffectedDisabling( 
   ESRI.ArcGIS.ADF.BaseClasses.BaseCommand command,
   string commandName,
   string originalMessage,
   string originalTooltip,
   ref string message,
   ref string toolTip
)

Parameters

command
commandName
originalMessage
originalTooltip
message
toolTip
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

ToolAndCommandDisablingExtensions Class
ToolAndCommandDisablingExtensions Members
Overload List

 

 


Send Comment