ArcFM Engine Developer Guide
ViewDefinition Method


Syntax
'Declaration
 
<DispIdAttribute(20)>
Sub ViewDefinition( _
   ByVal pCuDef As ID8CuDefinition, _
   ByVal bAdminMode As Boolean, _
   ByVal bEditable As Boolean _
) 
'Usage
 
Dim instance As IMMObjectEditor
Dim pCuDef As ID8CuDefinition
Dim bAdminMode As Boolean
Dim bEditable As Boolean
 
instance.ViewDefinition(pCuDef, bAdminMode, bEditable)
[DispId(20)]
void ViewDefinition( 
   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