ArcFM Solution Developer Guide
SetAttribute(String,Object,Int32) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub SetAttribute( _
   ByVal Name As System.String, _
   ByVal vValue As System.Object, _
   ByVal Type As System.Integer _
) 
'Usage
 
Dim instance As MMExtendedDataClass
Dim Name As System.String
Dim vValue As System.Object
Dim Type As System.Integer
 
instance.SetAttribute(Name, vValue, Type)
public virtual 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

MMExtendedDataClass Class
MMExtendedDataClass Members
Overload List

 

 


Send Comment