ArcFM Responder Mobile Developer Guide
SetAttribute Method (IMMAttributes)






Syntax
'Declaration
 
Sub SetAttribute( _
   ByVal bstrName As System.String, _
   ByVal vValue As System.Object, _
   ByVal eAttrType As mmd8AttributeType _
) 
'Usage
 
Dim instance As IMMAttributes
Dim bstrName As System.String
Dim vValue As System.Object
Dim eAttrType As mmd8AttributeType
 
instance.SetAttribute(bstrName, vValue, eAttrType)
void SetAttribute( 
   System.string bstrName,
   System.object vValue,
   mmd8AttributeType eAttrType
)
procedure SetAttribute( 
    bstrName: System.String;
    vValue: System.TObject;
    eAttrType: mmd8AttributeType
); 
function SetAttribute( 
   bstrName : System.String,
   vValue : System.Object,
   eAttrType : mmd8AttributeType
);
void SetAttribute( 
   System.string* bstrName,
   System.Object* vValue,
   mmd8AttributeType eAttrType
) 
void SetAttribute( 
   System.String^ bstrName,
   System.Object^ vValue,
   mmd8AttributeType eAttrType
) 

Parameters

bstrName
vValue
eAttrType
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