| Miner.Geodatabase.AutoUpdaters Namespace > LengthAU Class : GetValue Method | 
'DeclarationProtected MustOverride Function GetValue( _ ByVal obj As ESRI.ArcGIS.Geodatabase.IObject, _ ByVal index As System.Integer _ ) As System.Object
'UsageDim 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 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;
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