ArcFM Responder Mobile Developer Guide
IMMAttributes_RemoveAttribute Method






Syntax
'Declaration
 
Public Overridable Sub IMMAttributes_RemoveAttribute( _
   ByVal bstrName As System.String _
) 
'Usage
 
Dim instance As MMExtendedDataClass
Dim bstrName As System.String
 
instance.IMMAttributes_RemoveAttribute(bstrName)
public virtual void IMMAttributes_RemoveAttribute( 
   System.string bstrName
)
public procedure IMMAttributes_RemoveAttribute( 
    bstrName: System.String
); virtual; 
public function IMMAttributes_RemoveAttribute( 
   bstrName : System.String
);
public: virtual void IMMAttributes_RemoveAttribute( 
   System.string* bstrName
) 
public:
virtual void IMMAttributes_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

MMExtendedDataClass Class
MMExtendedDataClass Members

Send Feedback