ArcFM Server Developer Guide
GetView Method (DuctTreeViewModel)


The context denoting which view to retrieve.
Gets a view previously attached to this instance.
Syntax
'Declaration
 
Public Overridable Function GetView( _
   Optional ByVal context As Object _
) As Object
'Usage
 
Dim instance As DuctTreeViewModel
Dim context As Object
Dim value As Object
 
value = instance.GetView(context)
public virtual object GetView( 
   object context
)

Parameters

context
The context denoting which view to retrieve.

Return Value

The view.
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

DuctTreeViewModel Class
DuctTreeViewModel Members

 

 


Send Comment