Responder Developer Guide
get_Enabled Method (ElectricConnectRule)


Version: 10.2.1a

Resource Center Home

Specifies whether the object or rule should be enabled for an object or feature class, or a field of the object or feature class.
Syntax
'Declaration
 
Public Function get_Enabled( _
   ByRef pvarValues As Object _
) As Boolean
'Usage
 
Dim instance As ElectricConnectRule
Dim pvarValues As Object
Dim value As Boolean
 
value = instance.get_Enabled(pvarValues)
public bool get_Enabled( 
   ref object pvarValues
)

Parameters

pvarValues

Return Value

A boolean value that specifies whether the object or rule should be enabled
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

ElectricConnectRule Class
ElectricConnectRule Members

 

 


Send Comment