ArcFM Responder Mobile Developer Guide
RemoveAttribute Method (IMMAttributes)






Syntax
'Declaration
 
Sub RemoveAttribute( _
   ByVal bstrName As System.String _
) 
'Usage
 
Dim instance As IMMAttributes
Dim bstrName As System.String
 
instance.RemoveAttribute(bstrName)
void RemoveAttribute( 
   System.string bstrName
)
procedure RemoveAttribute( 
    bstrName: System.String
); 
function RemoveAttribute( 
   bstrName : System.String
);
void RemoveAttribute( 
   System.string* bstrName
) 
void RemoveAttribute( 
   System.String^ bstrName
) 

Parameters

bstrName
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

IMMAttributes Interface
IMMAttributes Members

Send Feedback