ArcFM Responder Mobile Developer Guide
IMMAttribute_set_Name Method






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

Parameters

pVal
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

D8CuDefAttribClass Class
D8CuDefAttribClass Members

Send Feedback