ArcFM Desktop Developer Guide
SetFieldSetting Method


Object class that contains the field to set.
Specify the object class subtype you want to set this property on.
Index of the field to set this property on.
Field setting type to set.
New value for the field setting.
Sets the ArcFM field property for the given field.
Syntax
'Declaration
 
Public Shared Function SetFieldSetting( _
   ByVal objectClass As IObjectClass, _
   ByVal subtype As Integer, _
   ByVal fieldIndex As Integer, _
   ByVal settingType As mmFieldSettingType, _
   ByVal value As Boolean _
) As Boolean
'Usage
 
Dim objectClass As IObjectClass
Dim subtype As Integer
Dim fieldIndex As Integer
Dim settingType As mmFieldSettingType
Dim value As Boolean
Dim value As Boolean
 
value = SimpleSettingSetter.SetFieldSetting(objectClass, subtype, fieldIndex, settingType, value)
public static bool SetFieldSetting( 
   IObjectClass objectClass,
   int subtype,
   int fieldIndex,
   mmFieldSettingType settingType,
   bool value
)

Parameters

objectClass
Object class that contains the field to set.
subtype
Specify the object class subtype you want to set this property on.
fieldIndex
Index of the field to set this property on.
settingType
Field setting type to set.
value
New value for the field setting.

Return Value

Boolean to indicate if the field was set.
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

SimpleSettingSetter Class
SimpleSettingSetter Members

 

 


Send Comment