ArcFM Solution Developer Guide
SetAttribute Method (MMTemplateNONEClass)


Syntax
'Declaration
 
Public Overridable Sub SetAttribute( _
   ByVal bstrName As System.String, _
   ByVal vValue As System.Object, _
   ByVal eAttrType As mmd8AttributeType _
) 
'Usage
 
Dim instance As MMTemplateNONEClass
Dim bstrName As System.String
Dim vValue As System.Object
Dim eAttrType As mmd8AttributeType
 
instance.SetAttribute(bstrName, vValue, eAttrType)
public virtual void SetAttribute( 
   System.string bstrName,
   System.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

MMTemplateNONEClass Class
MMTemplateNONEClass Members

 

 


Send Comment