ArcFM Desktop Developer Guide
GetAttribute Method (PersistInfo)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This method retrieves the value for a specified attribute.
Syntax
'Declaration
 
Public Function GetAttribute( _
   ByVal attributeName As String _
) As Object
'Usage
 
Dim instance As PersistInfo
Dim attributeName As String
Dim value As Object
 
value = instance.GetAttribute(attributeName)
public object GetAttribute( 
   string attributeName
)

Parameters

attributeName
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

PersistInfo Class
PersistInfo Members

 

 


Send Comment