ArcFM Desktop Developer Guide
FindValues Method


Syntax
'Declaration
 
Public Overridable Function FindValues( _
   ByVal field As IField, _
   ByVal startingObject As IObject, _
   ByVal depth As Integer _
) As Object()
'Usage
 
Dim instance As DataSource
Dim field As IField
Dim startingObject As IObject
Dim depth As Integer
Dim value() As Object
 
value = instance.FindValues(field, startingObject, depth)
public virtual object[] FindValues( 
   IField field,
   IObject startingObject,
   int depth
)

Parameters

field
startingObject
depth
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

DataSource Class
DataSource Members

 

 


Send Comment