ArcFM Responder Mobile Developer Guide
GetAutoValue Method (LengthAU)






Syntax
'Declaration
 
Public Overrides Function GetAutoValue( _
   ByVal obj As ESRI.ArcGIS.Geodatabase.IObject _
) As System.Object
'Usage
 
Dim instance As LengthAU
Dim obj As ESRI.ArcGIS.Geodatabase.IObject
Dim value As System.Object
 
value = instance.GetAutoValue(obj)
public override System.object GetAutoValue( 
   ESRI.ArcGIS.Geodatabase.IObject obj
)
public function GetAutoValue( 
    obj: ESRI.ArcGIS.Geodatabase.IObject
): System.TObject; override; 
public override function GetAutoValue( 
   obj : ESRI.ArcGIS.Geodatabase.IObject
) : System.Object;
public: System.Object* GetAutoValue( 
   ESRI.ArcGIS.Geodatabase.IObject* obj
) override 
public:
System.Object^ GetAutoValue( 
   ESRI.ArcGIS.Geodatabase.IObject^ obj
) override 

Parameters

obj
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