ArcFM Solution Developer Guide
OnSetBypass Method (VaultSurfaceViewModel)


Syntax
'Declaration
 
Public Sub OnSetBypass( _
   ByVal ductEndViewModel As DuctEndViewModel, _
   ByVal continuingDuctName As System.String, _
   ByVal bypassId As System.Nullable(Of Guid) _
) 
'Usage
 
Dim instance As VaultSurfaceViewModel
Dim ductEndViewModel As DuctEndViewModel
Dim continuingDuctName As System.String
Dim bypassId As System.Nullable(Of Guid)
 
instance.OnSetBypass(ductEndViewModel, continuingDuctName, bypassId)
public void OnSetBypass( 
   DuctEndViewModel ductEndViewModel,
   System.string continuingDuctName,
   System.Nullable<Guid> bypassId
)

Parameters

ductEndViewModel
continuingDuctName
bypassId
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

VaultSurfaceViewModel Class
VaultSurfaceViewModel Members

 

 


Send Comment