ArcFM Engine Developer Guide
SetAttribute Method (IMMAttributes)


string value for the attribute name

attribute value as Variant
value from the mmd8AttributeType enumeration indicating the type of attribute
This method sets an attribute given the name, value and attribute type.
Syntax
'Declaration
 
Sub SetAttribute( _
   ByVal bstrName As String, _
   ByVal vValue As Object, _
   ByVal eAttrType As mmd8AttributeType _
) 
'Usage
 
Dim instance As IMMAttributes
Dim bstrName As String
Dim vValue As Object
Dim eAttrType As mmd8AttributeType
 
instance.SetAttribute(bstrName, vValue, eAttrType)
void SetAttribute( 
   string bstrName,
   object vValue,
   mmd8AttributeType eAttrType
)

Parameters

bstrName

string value for the attribute name

vValue
attribute value as Variant
eAttrType
value from the mmd8AttributeType enumeration indicating the type of attribute
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

IMMAttributes Interface
IMMAttributes Members

 

 


Send Comment