ArcFM Desktop Developer Guide
LoadLibrary Method (CuLibrary)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Workspace that contains the compatible unit library table.

Attempts to load all compatible units from the compatible unit library table in the provided workspace. Compatible units will be stored in memory, along with defining attributes and extended data on each compatible unit.

See Referencing the CU Library topic before using this method.

Syntax
'Declaration
 
Public Sub LoadLibrary( _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) 
'Usage
 
Dim instance As CuLibrary
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
 
instance.LoadLibrary(workspace)
public void LoadLibrary( 
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace
)

Parameters

workspace
Workspace that contains the compatible unit library table.
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

CuLibrary Class
CuLibrary Members

 

 


Send Comment