ArcFM Responder Mobile Developer Guide
IObject_set_Value Method (MMStoredDisplayClass)






Syntax
'Declaration
 
Public Overridable Sub IObject_set_Value( _
   ByVal Index As System.Integer, _
   ByVal Value As System.Object _
) 
'Usage
 
Dim instance As MMStoredDisplayClass
Dim Index As System.Integer
Dim Value As System.Object
 
instance.IObject_set_Value(Index, Value)
public virtual void IObject_set_Value( 
   System.int Index,
   System.object Value
)
public procedure IObject_set_Value( 
    Index: System.Integer;
    Value: System.TObject
); virtual; 
public function IObject_set_Value( 
   Index : System.int,
   Value : System.Object
);
public: virtual void IObject_set_Value( 
   System.int Index,
   System.Object* Value
) 
public:
virtual void IObject_set_Value( 
   System.int Index,
   System.Object^ Value
) 

Parameters

Index
Value
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

MMStoredDisplayClass Class
MMStoredDisplayClass Members

Send Feedback