ArcFM Engine Developer Guide
SelectWall Method


Selects the wall based on either index in the list of walls, or by the name of the wall.
Syntax
'Declaration
 
Public Sub SelectWall( _
   Optional ByVal wallIndex As Integer, _
   Optional ByVal name As String _
) 
'Usage
 
Dim instance As VaultViewModel
Dim wallIndex As Integer
Dim name As String
 
instance.SelectWall(wallIndex, name)
public void SelectWall( 
   int wallIndex,
   string name
)

Parameters

wallIndex
name
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

VaultViewModel Class
VaultViewModel Members

 

 


Send Comment