ArcFM Responder Mobile Developer Guide
SetAttribute(String,Object,Int32) Method






Syntax
'Declaration
 
Public Overloads Overridable Sub SetAttribute( _
   ByVal Name As System.String, _
   ByVal vValue As System.Object, _
   ByVal Type As System.Integer _
) 
'Usage
 
Dim instance As MMExtendedDataClass
Dim Name As System.String
Dim vValue As System.Object
Dim Type As System.Integer
 
instance.SetAttribute(Name, vValue, Type)
public virtual void SetAttribute( 
   System.string Name,
   System.object vValue,
   System.int Type
)
public procedure SetAttribute( 
    Name: System.String;
    vValue: System.TObject;
    Type: System.Integer
); virtual; 
public function SetAttribute( 
   Name : System.String,
   vValue : System.Object,
   Type : System.int
);
public: virtual void SetAttribute( 
   System.string* Name,
   System.Object* vValue,
   System.int Type
) 
public:
virtual void SetAttribute( 
   System.String^ Name,
   System.Object^ vValue,
   System.int Type
) 

Parameters

Name
vValue
Type
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
Overload List

Send Feedback