ArcFM Solution Developer Guide
ViewCu Method


Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(18)>
Sub ViewCu( _
   ByVal pCuDef As ID8CuDefinition, _
   Optional ByVal bAdminMode As System.Boolean, _
   Optional ByVal bEditable As System.Boolean _
) 
'Usage
 
Dim instance As IMMObjectEditor
Dim pCuDef As ID8CuDefinition
Dim bAdminMode As System.Boolean
Dim bEditable As System.Boolean
 
instance.ViewCu(pCuDef, bAdminMode, bEditable)
[System.Runtime.InteropServices.DispId(18)]
void ViewCu( 
   ID8CuDefinition pCuDef,
   System.bool bAdminMode,
   System.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