ArcFM Responder Mobile Developer Guide
IMMExtendedDataManager_RemoveAttribute Method






Syntax
'Declaration
 
Public Overridable Sub IMMExtendedDataManager_RemoveAttribute( _
   ByVal Name As System.String _
) 
'Usage
 
Dim instance As MMExtendedDataClass
Dim Name As System.String
 
instance.IMMExtendedDataManager_RemoveAttribute(Name)
public virtual void IMMExtendedDataManager_RemoveAttribute( 
   System.string Name
)
public procedure IMMExtendedDataManager_RemoveAttribute( 
    Name: System.String
); virtual; 
public function IMMExtendedDataManager_RemoveAttribute( 
   Name : System.String
);
public: virtual void IMMExtendedDataManager_RemoveAttribute( 
   System.string* Name
) 
public:
virtual void IMMExtendedDataManager_RemoveAttribute( 
   System.String^ Name
) 

Parameters

Name
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