ArcFM Responder Mobile Developer Guide
AddTo Method (IMMProposedStructure)






Syntax
'Declaration
 
Sub AddTo( _
   ByVal pList As ID8List _
) 
'Usage
 
Dim instance As IMMProposedStructure
Dim pList As ID8List
 
instance.AddTo(pList)
void AddTo( 
   ID8List pList
)
procedure AddTo( 
    pList: ID8List
); 
function AddTo( 
   pList : ID8List
);
void AddTo( 
   ID8List* pList
) 
void AddTo( 
   ID8List^ pList
) 

Parameters

pList
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

IMMProposedStructure Interface
IMMProposedStructure Members

Send Feedback