ArcFM Engine Developer Guide
let_RecordField Method (TLIApplicationClass)


Syntax
'Declaration
 
<DispIdAttribute(1610743828)>
Public Overridable Sub let_RecordField( _
   ByRef RecordVariant As Object, _
   ByRef FieldName As String, _
   ByRef retVal As Object _
) 
'Usage
 
Dim instance As TLIApplicationClass
Dim RecordVariant As Object
Dim FieldName As String
Dim retVal As Object
 
instance.let_RecordField(RecordVariant, FieldName, retVal)
[DispId(1610743828)]
public virtual void let_RecordField( 
   out object RecordVariant,
   ref string FieldName,
   ref object retVal
)

Parameters

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

TLIApplicationClass Class
TLIApplicationClass Members

 

 


Send Comment