ArcFM Mobile Developer Guide
GetFieldsByModelName Method


Version: 10.2.1b

Resource Center Home

The model name to use.
Get an IList of fields based on a model name, case insensitive.
Syntax
'Declaration
 
Public Function GetFieldsByModelName( _
   ByVal modelName As String _
) As IList(Of TaskFieldViewModel)
'Usage
 
Dim instance As TaskViewModel
Dim modelName As String
Dim value As IList(Of TaskFieldViewModel)
 
value = instance.GetFieldsByModelName(modelName)
public IList<TaskFieldViewModel> GetFieldsByModelName( 
   string modelName
)

Parameters

modelName
The model name to use.
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

TaskViewModel Class
TaskViewModel Members

 

 


Send Comment