ArcFM Responder Mobile Developer Guide
ShowFields Method (IMMTemplateNodeFields)






Syntax
'Declaration
 
Sub ShowFields( _
   ByVal pProposedObject As IMMProposedObject, _
   ByVal bEdit As System.Boolean, _
   ByVal bApplyToAll As System.Boolean _
) 
'Usage
 
Dim instance As IMMTemplateNodeFields
Dim pProposedObject As IMMProposedObject
Dim bEdit As System.Boolean
Dim bApplyToAll As System.Boolean
 
instance.ShowFields(pProposedObject, bEdit, bApplyToAll)
void ShowFields( 
   IMMProposedObject pProposedObject,
   System.bool bEdit,
   System.bool bApplyToAll
)
procedure ShowFields( 
    pProposedObject: IMMProposedObject;
    bEdit: System.Boolean;
    bApplyToAll: System.Boolean
); 
function ShowFields( 
   pProposedObject : IMMProposedObject,
   bEdit : System.boolean,
   bApplyToAll : System.boolean
);
void ShowFields( 
   IMMProposedObject* pProposedObject,
   System.bool bEdit,
   System.bool bApplyToAll
) 
void ShowFields( 
   IMMProposedObject^ pProposedObject,
   System.bool bEdit,
   System.bool bApplyToAll
) 

Parameters

pProposedObject
bEdit
bApplyToAll
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMTemplateNodeFields Interface
IMMTemplateNodeFields Members

Send Feedback