ArcFM Engine Developer Guide
SetAttribute Method (MMMacroUnitClass)


Syntax
'Declaration
 
Public Overridable Sub SetAttribute( _
   ByVal bstrName As String, _
   ByVal vValue As Object, _
   ByVal eAttrType As mmd8AttributeType _
) 
'Usage
 
Dim instance As MMMacroUnitClass
Dim bstrName As String
Dim vValue As Object
Dim eAttrType As mmd8AttributeType
 
instance.SetAttribute(bstrName, vValue, eAttrType)
public virtual void SetAttribute( 
   string bstrName,
   object vValue,
   mmd8AttributeType eAttrType
)

Parameters

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

MMMacroUnitClass Class
MMMacroUnitClass Members

 

 


Send Comment