ArcFM Responder Mobile Developer Guide
RemoveAndUnRelate Method (IMMImplicitRelationship2)






Syntax
'Declaration
 
Sub RemoveAndUnRelate( _
   ByVal pItem As ID8ListItem _
) 
'Usage
 
Dim instance As IMMImplicitRelationship2
Dim pItem As ID8ListItem
 
instance.RemoveAndUnRelate(pItem)
void RemoveAndUnRelate( 
   ID8ListItem pItem
)
procedure RemoveAndUnRelate( 
    pItem: ID8ListItem
); 
function RemoveAndUnRelate( 
   pItem : ID8ListItem
);
void RemoveAndUnRelate( 
   ID8ListItem* pItem
) 
void RemoveAndUnRelate( 
   ID8ListItem^ pItem
) 

Parameters

pItem
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

IMMImplicitRelationship2 Interface
IMMImplicitRelationship2 Members

Send Feedback