ArcFM Solution Developer Guide
SetAttribute Method (IMMExtendedData)


Syntax
'Declaration
 
Sub SetAttribute( _
   ByVal Name As System.String, _
   ByVal vValue As System.Object, _
   ByVal Type As System.Integer _
) 
'Usage
 
Dim instance As IMMExtendedData
Dim Name As System.String
Dim vValue As System.Object
Dim Type As System.Integer
 
instance.SetAttribute(Name, vValue, Type)
void SetAttribute( 
   System.string Name,
   System.object vValue,
   System.int Type
)

Parameters

Name
vValue
Type
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMExtendedData Interface
IMMExtendedData Members

 

 


Send Comment