ArcFM Engine Developer Guide
ViewCu Method


Syntax
'Declaration
 
<DispIdAttribute(18)>
Sub ViewCu( _
   ByVal pCuDef As ID8CuDefinition, _
   Optional ByVal bAdminMode As Boolean, _
   Optional ByVal bEditable As Boolean _
) 
'Usage
 
Dim instance As IMMObjectEditor
Dim pCuDef As ID8CuDefinition
Dim bAdminMode As Boolean
Dim bEditable As Boolean
 
instance.ViewCu(pCuDef, bAdminMode, bEditable)
[DispId(18)]
void ViewCu( 
   ID8CuDefinition pCuDef,
   bool bAdminMode,
   bool bEditable
)

Parameters

pCuDef
bAdminMode
bEditable
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

IMMObjectEditor Interface
IMMObjectEditor Members

 

 


Send Comment