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


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