ArcFM Engine Developer Guide
SetAttribute Method (IMMExtendedData)


Name to give the new attribute.
Value to apply to the new attribute.
0 or 1. 0 designates a defining attribute, 1 is for default.
Creates an attribute with the given name, value, and type.
Syntax
'Declaration
 
Sub SetAttribute( _
   ByVal Name As String, _
   ByVal vValue As Object, _
   ByVal Type As Integer _
) 
'Usage
 
Dim instance As IMMExtendedData
Dim Name As String
Dim vValue As Object
Dim Type As Integer
 
instance.SetAttribute(Name, vValue, Type)
void SetAttribute( 
   string Name,
   object vValue,
   int Type
)

Parameters

Name
Name to give the new attribute.
vValue
Value to apply to the new attribute.
Type
0 or 1. 0 designates a defining attribute, 1 is for default.
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

IMMExtendedData Interface
IMMExtendedData Members

 

 


Send Comment