ArcFM Responder Mobile Developer Guide
IRowBuffer_get_Value Method (MMPageTemplateClass)






Syntax
'Declaration
 
Public Overridable Function IRowBuffer_get_Value( _
   ByVal Index As System.Integer _
) As System.Object
'Usage
 
Dim instance As MMPageTemplateClass
Dim Index As System.Integer
Dim value As System.Object
 
value = instance.IRowBuffer_get_Value(Index)
public virtual System.object IRowBuffer_get_Value( 
   System.int Index
)
public function IRowBuffer_get_Value( 
    Index: System.Integer
): System.TObject; virtual; 
public function IRowBuffer_get_Value( 
   Index : System.int
) : System.Object;
public: virtual System.Object* IRowBuffer_get_Value( 
   System.int Index
) 
public:
virtual System.Object^ IRowBuffer_get_Value( 
   System.int Index
) 

Parameters

Index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMPageTemplateClass Class
MMPageTemplateClass Members

Send Feedback