ArcFM Responder Mobile Developer Guide
GetValue Method (LengthAU)






Syntax
'Declaration
 
Protected MustOverride Function GetValue( _
   ByVal obj As ESRI.ArcGIS.Geodatabase.IObject, _
   ByVal index As System.Integer _
) As System.Object
'Usage
 
Dim instance As LengthAU
Dim obj As ESRI.ArcGIS.Geodatabase.IObject
Dim index As System.Integer
Dim value As System.Object
 
value = instance.GetValue(obj, index)
protected abstract System.object GetValue( 
   ESRI.ArcGIS.Geodatabase.IObject obj,
   System.int index
)
protected function GetValue( 
    obj: ESRI.ArcGIS.Geodatabase.IObject;
    index: System.Integer
): System.TObject; abstract; 
protected __abstract function GetValue( 
   obj : ESRI.ArcGIS.Geodatabase.IObject,
   index : System.int
) : System.Object;
protected: abstract System.Object* GetValue( 
   ESRI.ArcGIS.Geodatabase.IObject* obj,
   System.int index
) 
protected:
abstract System.Object^ GetValue( 
   ESRI.ArcGIS.Geodatabase.IObject^ obj,
   System.int index
) 

Parameters

obj
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

LengthAU Class
LengthAU Members

Send Feedback