Responder Developer Guide
SetAttribute Method (CreateNonElectricIncidentTool)


Syntax
'Declaration
 
Public Sub SetAttribute( _
   ByVal name As String, _
   ByVal val As Object, _
   ByVal attrType As mmd8AttributeType _
) 
'Usage
 
Dim instance As CreateNonElectricIncidentTool
Dim name As String
Dim val As Object
Dim attrType As mmd8AttributeType
 
instance.SetAttribute(name, val, attrType)
public void SetAttribute( 
   string name,
   object val,
   mmd8AttributeType attrType
)

Parameters

name
val
attrType
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

CreateNonElectricIncidentTool Class
CreateNonElectricIncidentTool Members

 

 


Send Comment