ArcFM Engine Developer Guide
ViewByFieldManager Method


Syntax
'Declaration
 
<DispIdAttribute(259)>
Sub ViewByFieldManager( _
   ByVal pProposedObject As IMMFieldManager, _
   ByVal eDisplayMode As mmDisplayMode, _
   ByVal bEditable As Boolean _
) 
'Usage
 
Dim instance As IMMObjectEditor
Dim pProposedObject As IMMFieldManager
Dim eDisplayMode As mmDisplayMode
Dim bEditable As Boolean
 
instance.ViewByFieldManager(pProposedObject, eDisplayMode, bEditable)
[DispId(259)]
void ViewByFieldManager( 
   IMMFieldManager pProposedObject,
   mmDisplayMode eDisplayMode,
   bool bEditable
)

Parameters

pProposedObject
eDisplayMode
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