ArcFM Engine Developer Guide
RecordField Property (_TLIApplication)


Syntax
'Declaration
 
<DispIdAttribute(1610743828)>
Property RecordField( _
   ByRef RecordVariant As Object, _
   ByRef FieldName As String _
) As Object
'Usage
 
Dim instance As _TLIApplication
Dim RecordVariant As Object
Dim FieldName As String
Dim value As Object
 
instance.RecordField(RecordVariant, FieldName) = value
 
value = instance.RecordField(RecordVariant, FieldName)
[DispId(1610743828)]
object RecordField( 
   out object RecordVariant,
   ref string FieldName
) {get; set;}

Parameters

RecordVariant
FieldName
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

_TLIApplication Interface
_TLIApplication Members

 

 


Send Comment